Html Css Color HEX #F06688 Brink Pink

📋 copy color: '#F06688'

red 240 ◦ green 102 ◦ blue 136

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

Shades of Brink Pink #F06688

Tints of Brink Pink #F06688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 50.21%
G = 21.34%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F06688 (or 0xF06688) is known color: Brink Pink. HEX triplet: F0, 66 and 88. RGB value is (240,102,136). Sum of RGB (Red+Green+Blue) = 240+102+136=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06688 is #0F9977. Grayscale: #939393. Windows color (decimal): -1022328 or 8939248. OLE color: 8939248.

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

Color convert

RGB 240 102 136 -
CMYK 0 0.58 0.43 0.06
HSL 345.22º 0.82% 0.67% -
HSV(B) 345.22º 0.58% 0.94% -
XYZ 45.13 29.81 26.67 -
YUV 147.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 240 102 136 0 0.58 0.43 0.06 345.22 0.82 0.67
Hex F0 66 88 0 3A 2B 6 159 52 43
Octal 360 146 210 0 72 53 6 531 122 103
Binary 11110000 1100110 10001000 0 111010 101011 110 101011001 1010010 1000011

Color Harmonies of #F06688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06688

Black with #F06688

Text Example


Text Example

White with #F06688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06688; }

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

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

background-color css

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

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

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

border-color css

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

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

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