Html Css Color HEX #F079B0 Persian Pink

📋 copy color: '#F079B0'

red 240 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #F079B0

Tints of Persian Pink #F079B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 44.69%
G = 22.53%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F079B0 (or 0xF079B0) is known color: Persian Pink. HEX triplet: F0, 79 and B0. RGB value is (240,121,176). Sum of RGB (Red+Green+Blue) = 240+121+176=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F079B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F079B0 is #0F864F. Grayscale: #A2A2A2. Windows color (decimal): -1017424 or 11565552. OLE color: 11565552.

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

Color convert

RGB 240 121 176 -
CMYK 0 0.50 0.27 0.06
HSL 332.27º 0.8% 0.71% -
HSV(B) 332.27º 0.5% 0.94% -
XYZ 50.61 35.33 45.23 -
YUV 162.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 240 121 176 0 0.50 0.27 0.06 332.27 0.8 0.71
Hex F0 79 B0 0 32 1B 6 14C 50 47
Octal 360 171 260 0 62 33 6 514 120 107
Binary 11110000 1111001 10110000 0 110010 11011 110 101001100 1010000 1000111

Color Harmonies of #F079B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079B0

Black with #F079B0

Text Example


Text Example

White with #F079B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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