Html Css Color HEX #F05F86 Brink Pink

📋 copy color: '#F05F86'

red 240 ◦ green 95 ◦ blue 134

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

Shades of Brink Pink #F05F86

Tints of Brink Pink #F05F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 51.17%
G = 20.26%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F05F86 (or 0xF05F86) is known color: Brink Pink. HEX triplet: F0, 5F and 86. RGB value is (240,95,134). Sum of RGB (Red+Green+Blue) = 240+95+134=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F86 is #0FA079. Grayscale: #8E8E8E. Windows color (decimal): -1024122 or 8806384. OLE color: 8806384.

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

Color convert

RGB 240 95 134 -
CMYK 0 0.60 0.44 0.06
HSL 343.86º 0.83% 0.66% -
HSV(B) 343.86º 0.6% 0.94% -
XYZ 44.33 28.43 25.71 -
YUV 142.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 240 95 134 0 0.60 0.44 0.06 343.86 0.83 0.66
Hex F0 5F 86 0 3C 2C 6 158 53 42
Octal 360 137 206 0 74 54 6 530 123 102
Binary 11110000 1011111 10000110 0 111100 101100 110 101011000 1010011 1000010

Color Harmonies of #F05F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F86

Black with #F05F86

Text Example


Text Example

White with #F05F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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