Html Css Color HEX #F06178 Brink Pink

📋 copy color: '#F06178'

red 240 ◦ green 97 ◦ blue 120

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

Shades of Brink Pink #F06178

Tints of Brink Pink #F06178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.23%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 52.52%
G = 21.23%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F06178 (or 0xF06178) is known color: Brink Pink. HEX triplet: F0, 61 and 78. RGB value is (240,97,120). Sum of RGB (Red+Green+Blue) = 240+97+120=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06178 is #0F9E87. Grayscale: #8E8E8E. Windows color (decimal): -1023624 or 7889392. OLE color: 7889392.

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

Color convert

RGB 240 97 120 -
CMYK 0 0.60 0.5 0.06
HSL 350.35º 0.83% 0.66% -
HSV(B) 350.35º 0.6% 0.94% -
XYZ 43.6 28.43 20.96 -
YUV 142.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 240 97 120 0 0.60 0.5 0.06 350.35 0.83 0.66
Hex F0 61 78 0 3C 32 6 15E 53 42
Octal 360 141 170 0 74 62 6 536 123 102
Binary 11110000 1100001 1111000 0 111100 110010 110 101011110 1010011 1000010

Color Harmonies of #F06178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06178

Black with #F06178

Text Example


Text Example

White with #F06178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06178; }

 p { color: rgb(240,97,120); }

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

background-color css

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

 a { background-color: rgb(240,97,120); }

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

border-color css

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

 span { border-color: rgb(240,97,120); }

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