Html Css Color HEX #F079C3 Persian Pink

📋 copy color: '#F079C3'

red 240 ◦ green 121 ◦ blue 195

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

Shades of Persian Pink #F079C3

Tints of Persian Pink #F079C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.07%

R = 43.17%
G = 21.76%
B = 35.07%

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

#F079C3 (or 0xF079C3) is known color: Persian Pink. HEX triplet: F0, 79 and C3. RGB value is (240,121,195). Sum of RGB (Red+Green+Blue) = 240+121+195=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F079C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079C3 is #0F863C. Grayscale: #A4A4A4. Windows color (decimal): -1017405 or 12810736. OLE color: 12810736.

HSL color Cylindrical-coordinate representation of color #F079C3: hue angle of 322.69º 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 #F079C3 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 195 -
CMYK 0 0.50 0.19 0.06
HSL 322.69º 0.8% 0.71% -
HSV(B) 322.69º 0.5% 0.94% -
XYZ 52.62 36.14 55.83 -
YUV 165.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 240 121 195 0 0.50 0.19 0.06 322.69 0.8 0.71
Hex F0 79 C3 0 32 13 6 143 50 47
Octal 360 171 303 0 62 23 6 503 120 107
Binary 11110000 1111001 11000011 0 110010 10011 110 101000011 1010000 1000111

Color Harmonies of #F079C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079C3

Black with #F079C3

Text Example


Text Example

White with #F079C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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