Html Css Color HEX #F06089 Brink Pink

📋 copy color: '#F06089'

red 240 ◦ green 96 ◦ blue 137

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

Shades of Brink Pink #F06089

Tints of Brink Pink #F06089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.3%

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

R = 50.74%
G = 20.3%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F06089 (or 0xF06089) is known color: Brink Pink. HEX triplet: F0, 60 and 89. RGB value is (240,96,137). Sum of RGB (Red+Green+Blue) = 240+96+137=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06089 is #0F9F76. Grayscale: #8F8F8F. Windows color (decimal): -1023863 or 9003248. OLE color: 9003248.

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

Color convert

RGB 240 96 137 -
CMYK 0 0.6 0.43 0.06
HSL 342.92º 0.83% 0.66% -
HSV(B) 342.92º 0.6% 0.94% -
XYZ 44.63 28.7 26.85 -
YUV 143.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 240 96 137 0 0.6 0.43 0.06 342.92 0.83 0.66
Hex F0 60 89 0 3C 2B 6 157 53 42
Octal 360 140 211 0 74 53 6 527 123 102
Binary 11110000 1100000 10001001 0 111100 101011 110 101010111 1010011 1000010

Color Harmonies of #F06089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06089

Black with #F06089

Text Example


Text Example

White with #F06089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06089; }

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

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

background-color css

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

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

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

border-color css

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

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

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