Html Css Color HEX #F079BB Persian Pink

📋 copy color: '#F079BB'

red 240 ◦ green 121 ◦ blue 187

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

Shades of Persian Pink #F079BB

Tints of Persian Pink #F079BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 43.8%
G = 22.08%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F079BB (or 0xF079BB) is known color: Persian Pink. HEX triplet: F0, 79 and BB. RGB value is (240,121,187). Sum of RGB (Red+Green+Blue) = 240+121+187=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F079BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079BB is #0F8644. Grayscale: #A3A3A3. Windows color (decimal): -1017413 or 12286448. OLE color: 12286448.

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

Color convert

RGB 240 121 187 -
CMYK 0 0.50 0.22 0.06
HSL 326.72º 0.8% 0.71% -
HSV(B) 326.72º 0.5% 0.94% -
XYZ 51.74 35.79 51.19 -
YUV 164.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 240 121 187 0 0.50 0.22 0.06 326.72 0.8 0.71
Hex F0 79 BB 0 32 16 6 147 50 47
Octal 360 171 273 0 62 26 6 507 120 107
Binary 11110000 1111001 10111011 0 110010 10110 110 101000111 1010000 1000111

Color Harmonies of #F079BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079BB

Black with #F079BB

Text Example


Text Example

White with #F079BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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