Html Css Color HEX #F07EC0 Persian Pink

📋 copy color: '#F07EC0'

red 240 ◦ green 126 ◦ blue 192

#F07EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F07EC0

Tints of Persian Pink #F07EC0

RGB

 RED value IS 240 (94.14% from 255) = 43.01%

 GREEN value IS 126 (49.61% from 255) = 22.58%

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 43.01%
G = 22.58%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07EC0 (or 0xF07EC0) is known color: Persian Pink. HEX triplet: F0, 7E and C0. RGB value is (240,126,192). Sum of RGB (Red+Green+Blue) = 240+126+192=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC0 is #0F813F. Grayscale: #A7A7A7. Windows color (decimal): -1016128 or 12615408. OLE color: 12615408.

HSL color Cylindrical-coordinate representation of color #F07EC0: hue angle of 325.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EC0 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 192 -
CMYK 0 0.48 0.20 0.06
HSL 325.26º 0.79% 0.72% -
HSV(B) 325.26º 0.48% 0.94% -
XYZ 52.91 37.25 54.27 -
YUV 167.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 240 126 192 0 0.48 0.20 0.06 325.26 0.79 0.72
Hex F0 7E C0 0 30 14 6 145 4F 48
Octal 360 176 300 0 60 24 6 505 117 110
Binary 11110000 1111110 11000000 0 110000 10100 110 101000101 1001111 1001000

Color Harmonies of #F07EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EC0

Black with #F07EC0

Text Example


Text Example

White with #F07EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EC0; }

 p { color: rgb(240,126,192); }

 H1.HeaderClassName
 {
   color: #F07EC0;
 }
 .AnyTagClassName
 {
   color: #F07EC0;
 }
</style>

background-color css

<style>
 a { background-color: #F07EC0; }

 a { background-color: rgb(240,126,192); }

 div.DivClassName
 {
   background-color: #F07EC0;
 }
 .BgClassName
 {
   background-color: #F07EC0;
 }
</style>

border-color css

<style>
 span { border-color: #F07EC0; }

 span { border-color: rgb(240,126,192); }

 td.TdClassName
 {
   border-color: #F07EC0;
 }
 .TagClassName
 {
   border-color: #F07EC0;
 }
</style>