Html Css Color HEX #F077C2 Persian Pink

📋 copy color: '#F077C2'

red 240 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #F077C2

Tints of Persian Pink #F077C2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.52%

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 43.4%
G = 21.52%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F077C2 (or 0xF077C2) is known color: Persian Pink. HEX triplet: F0, 77 and C2. RGB value is (240,119,194). Sum of RGB (Red+Green+Blue) = 240+119+194=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F077C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077C2 is #0F883D. Grayscale: #A3A3A3. Windows color (decimal): -1017918 or 12744688. OLE color: 12744688.

HSL color Cylindrical-coordinate representation of color #F077C2: hue angle of 322.81º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077C2 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 194 -
CMYK 0 0.50 0.19 0.06
HSL 322.81º 0.8% 0.7% -
HSV(B) 322.81º 0.5% 0.94% -
XYZ 52.27 35.61 55.16 -
YUV 163.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 240 119 194 0 0.50 0.19 0.06 322.81 0.8 0.7
Hex F0 77 C2 0 32 13 6 143 50 46
Octal 360 167 302 0 62 23 6 503 120 106
Binary 11110000 1110111 11000010 0 110010 10011 110 101000011 1010000 1000110

Color Harmonies of #F077C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077C2

Black with #F077C2

Text Example


Text Example

White with #F077C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077C2; }

 p { color: rgb(240,119,194); }

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

background-color css

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

 a { background-color: rgb(240,119,194); }

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

border-color css

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

 span { border-color: rgb(240,119,194); }

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