Html Css Color HEX #F06187 Brink Pink

📋 copy color: '#F06187'

red 240 ◦ green 97 ◦ blue 135

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

Shades of Brink Pink #F06187

Tints of Brink Pink #F06187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.6%

R = 50.85%
G = 20.55%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F06187 (or 0xF06187) is known color: Brink Pink. HEX triplet: F0, 61 and 87. RGB value is (240,97,135). Sum of RGB (Red+Green+Blue) = 240+97+135=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06187 is #0F9E78. Grayscale: #909090. Windows color (decimal): -1023609 or 8872432. OLE color: 8872432.

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

Color convert

RGB 240 97 135 -
CMYK 0 0.60 0.44 0.06
HSL 344.06º 0.83% 0.66% -
HSV(B) 344.06º 0.6% 0.94% -
XYZ 44.58 28.82 26.14 -
YUV 144.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 240 97 135 0 0.60 0.44 0.06 344.06 0.83 0.66
Hex F0 61 87 0 3C 2C 6 158 53 42
Octal 360 141 207 0 74 54 6 530 123 102
Binary 11110000 1100001 10000111 0 111100 101100 110 101011000 1010011 1000010

Color Harmonies of #F06187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06187

Black with #F06187

Text Example


Text Example

White with #F06187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06187; }

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

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

background-color css

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

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

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

border-color css

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

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

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