Html Css Color HEX #F06079 Brink Pink

📋 copy color: '#F06079'

red 240 ◦ green 96 ◦ blue 121

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

Shades of Brink Pink #F06079

Tints of Brink Pink #F06079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 52.52%
G = 21.01%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06079 (or 0xF06079) is known color: Brink Pink. HEX triplet: F0, 60 and 79. RGB value is (240,96,121). Sum of RGB (Red+Green+Blue) = 240+96+121=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06079 is #0F9F86. Grayscale: #8D8D8D. Windows color (decimal): -1023879 or 7954672. OLE color: 7954672.

HSL color Cylindrical-coordinate representation of color #F06079: hue angle of 349.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06079 is Cyan = 0, Magento = 0.6, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 121 -
CMYK 0 0.6 0.50 0.06
HSL 349.58º 0.83% 0.66% -
HSV(B) 349.58º 0.6% 0.94% -
XYZ 43.57 28.27 21.25 -
YUV 141.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 240 96 121 0 0.6 0.50 0.06 349.58 0.83 0.66
Hex F0 60 79 0 3C 32 6 15E 53 42
Octal 360 140 171 0 74 62 6 536 123 102
Binary 11110000 1100000 1111001 0 111100 110010 110 101011110 1010011 1000010

Color Harmonies of #F06079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06079

Black with #F06079

Text Example


Text Example

White with #F06079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06079; }

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

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

background-color css

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

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

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

border-color css

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

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

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