Html Css Color HEX #F06588 Brink Pink

📋 copy color: '#F06588'

red 240 ◦ green 101 ◦ blue 136

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

Shades of Brink Pink #F06588

Tints of Brink Pink #F06588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.17%

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

R = 50.31%
G = 21.17%
B = 28.51%

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

#F06588 (or 0xF06588) is known color: Brink Pink. HEX triplet: F0, 65 and 88. RGB value is (240,101,136). Sum of RGB (Red+Green+Blue) = 240+101+136=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06588 is #0F9A77. Grayscale: #929292. Windows color (decimal): -1022584 or 8938992. OLE color: 8938992.

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

Color convert

RGB 240 101 136 -
CMYK 0 0.58 0.43 0.06
HSL 344.89º 0.82% 0.67% -
HSV(B) 344.89º 0.58% 0.94% -
XYZ 45.03 29.61 26.63 -
YUV 146.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 240 101 136 0 0.58 0.43 0.06 344.89 0.82 0.67
Hex F0 65 88 0 3A 2B 6 159 52 43
Octal 360 145 210 0 72 53 6 531 122 103
Binary 11110000 1100101 10001000 0 111010 101011 110 101011001 1010010 1000011

Color Harmonies of #F06588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06588

Black with #F06588

Text Example


Text Example

White with #F06588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06588; }

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

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

background-color css

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

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

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

border-color css

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

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

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