Html Css Color HEX #F06589 Brink Pink

📋 copy color: '#F06589'

red 240 ◦ green 101 ◦ blue 137

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

Shades of Brink Pink #F06589

Tints of Brink Pink #F06589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 50.21%
G = 21.13%
B = 28.66%

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

#F06589 (or 0xF06589) is known color: Brink Pink. HEX triplet: F0, 65 and 89. RGB value is (240,101,137). Sum of RGB (Red+Green+Blue) = 240+101+137=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06589 is #0F9A76. Grayscale: #929292. Windows color (decimal): -1022583 or 9004528. OLE color: 9004528.

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

Color convert

RGB 240 101 137 -
CMYK 0 0.58 0.43 0.06
HSL 344.46º 0.82% 0.67% -
HSV(B) 344.46º 0.58% 0.94% -
XYZ 45.1 29.64 27.01 -
YUV 146.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 240 101 137 0 0.58 0.43 0.06 344.46 0.82 0.67
Hex F0 65 89 0 3A 2B 6 158 52 43
Octal 360 145 211 0 72 53 6 530 122 103
Binary 11110000 1100101 10001001 0 111010 101011 110 101011000 1010010 1000011

Color Harmonies of #F06589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06589

Black with #F06589

Text Example


Text Example

White with #F06589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06589; }

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

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

background-color css

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

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

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

border-color css

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

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

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