Html Css Color HEX #F06276 Brink Pink

📋 copy color: '#F06276'

red 240 ◦ green 98 ◦ blue 118

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

Shades of Brink Pink #F06276

Tints of Brink Pink #F06276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 52.63%
G = 21.49%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06276 (or 0xF06276) is known color: Brink Pink. HEX triplet: F0, 62 and 76. RGB value is (240,98,118). Sum of RGB (Red+Green+Blue) = 240+98+118=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06276 is #0F9D89. Grayscale: #8E8E8E. Windows color (decimal): -1023370 or 7758576. OLE color: 7758576.

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

Color convert

RGB 240 98 118 -
CMYK 0 0.59 0.51 0.06
HSL 351.55º 0.83% 0.66% -
HSV(B) 351.55º 0.59% 0.94% -
XYZ 43.57 28.57 20.36 -
YUV 142.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 240 98 118 0 0.59 0.51 0.06 351.55 0.83 0.66
Hex F0 62 76 0 3B 33 6 160 53 42
Octal 360 142 166 0 73 63 6 540 123 102
Binary 11110000 1100010 1110110 0 111011 110011 110 101100000 1010011 1000010

Color Harmonies of #F06276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06276

Black with #F06276

Text Example


Text Example

White with #F06276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06276; }

 p { color: rgb(240,98,118); }

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

background-color css

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

 a { background-color: rgb(240,98,118); }

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

border-color css

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

 span { border-color: rgb(240,98,118); }

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