Html Css Color HEX #F05F89 Brink Pink

📋 copy color: '#F05F89'

red 240 ◦ green 95 ◦ blue 137

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

Shades of Brink Pink #F05F89

Tints of Brink Pink #F05F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

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

R = 50.85%
G = 20.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05F89 (or 0xF05F89) is known color: Brink Pink. HEX triplet: F0, 5F and 89. RGB value is (240,95,137). Sum of RGB (Red+Green+Blue) = 240+95+137=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F89 is #0FA076. Grayscale: #8F8F8F. Windows color (decimal): -1024119 or 9002992. OLE color: 9002992.

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

Color convert

RGB 240 95 137 -
CMYK 0 0.60 0.43 0.06
HSL 342.62º 0.83% 0.66% -
HSV(B) 342.62º 0.6% 0.94% -
XYZ 44.54 28.52 26.82 -
YUV 143.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 240 95 137 0 0.60 0.43 0.06 342.62 0.83 0.66
Hex F0 5F 89 0 3C 2B 6 157 53 42
Octal 360 137 211 0 74 53 6 527 123 102
Binary 11110000 1011111 10001001 0 111100 101011 110 101010111 1010011 1000010

Color Harmonies of #F05F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F89

Black with #F05F89

Text Example


Text Example

White with #F05F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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