Html Css Color HEX #F079C2 Persian Pink

📋 copy color: '#F079C2'

red 240 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #F079C2

Tints of Persian Pink #F079C2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.8%

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

R = 43.24%
G = 21.8%
B = 34.95%

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

#F079C2 (or 0xF079C2) is known color: Persian Pink. HEX triplet: F0, 79 and C2. RGB value is (240,121,194). Sum of RGB (Red+Green+Blue) = 240+121+194=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F079C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079C2 is #0F863D. Grayscale: #A4A4A4. Windows color (decimal): -1017406 or 12745200. OLE color: 12745200.

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

Color convert

RGB 240 121 194 -
CMYK 0 0.50 0.19 0.06
HSL 323.19º 0.8% 0.71% -
HSV(B) 323.19º 0.5% 0.94% -
XYZ 52.51 36.1 55.24 -
YUV 164.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 240 121 194 0 0.50 0.19 0.06 323.19 0.8 0.71
Hex F0 79 C2 0 32 13 6 143 50 47
Octal 360 171 302 0 62 23 6 503 120 107
Binary 11110000 1111001 11000010 0 110010 10011 110 101000011 1010000 1000111

Color Harmonies of #F079C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079C2

Black with #F079C2

Text Example


Text Example

White with #F079C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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