Html Css Color HEX #F06686 Brink Pink

📋 copy color: '#F06686'

red 240 ◦ green 102 ◦ blue 134

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

Shades of Brink Pink #F06686

Tints of Brink Pink #F06686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 50.42%
G = 21.43%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F06686 (or 0xF06686) is known color: Brink Pink. HEX triplet: F0, 66 and 86. RGB value is (240,102,134). Sum of RGB (Red+Green+Blue) = 240+102+134=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06686 is #0F9979. Grayscale: #929292. Windows color (decimal): -1022330 or 8808176. OLE color: 8808176.

HSL color Cylindrical-coordinate representation of color #F06686: hue angle of 346.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06686 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 134 -
CMYK 0 0.58 0.44 0.06
HSL 346.09º 0.82% 0.67% -
HSV(B) 346.09º 0.58% 0.94% -
XYZ 44.99 29.75 25.93 -
YUV 146.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 240 102 134 0 0.58 0.44 0.06 346.09 0.82 0.67
Hex F0 66 86 0 3A 2C 6 15A 52 43
Octal 360 146 206 0 72 54 6 532 122 103
Binary 11110000 1100110 10000110 0 111010 101100 110 101011010 1010010 1000011

Color Harmonies of #F06686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06686

Black with #F06686

Text Example


Text Example

White with #F06686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06686; }

 p { color: rgb(240,102,134); }

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

background-color css

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

 a { background-color: rgb(240,102,134); }

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

border-color css

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

 span { border-color: rgb(240,102,134); }

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