Html Css Color HEX #F96088 Brink Pink

📋 copy color: '#F96088'

red 249 ◦ green 96 ◦ blue 136

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

Shades of Brink Pink #F96088

Tints of Brink Pink #F96088

RGB

 RED value IS 249 (97.66% from 255) = 51.77%

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

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

R = 51.77%
G = 19.96%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F96088 (or 0xF96088) is known color: Brink Pink. HEX triplet: F9, 60 and 88. RGB value is (249,96,136). Sum of RGB (Red+Green+Blue) = 249+96+136=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96088 is #069F77. Grayscale: #929292. Windows color (decimal): -434040 or 8937721. OLE color: 8937721.

HSL color Cylindrical-coordinate representation of color #F96088: hue angle of 344.31º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96088 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 136 -
CMYK 0 0.61 0.45 0.02
HSL 344.31º 0.93% 0.68% -
HSV(B) 344.31º 0.61% 0.98% -
XYZ 47.69 30.28 26.62 -
YUV 146.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 249 96 136 0 0.61 0.45 0.02 344.31 0.93 0.68
Hex F9 60 88 0 3D 2D 2 158 5D 44
Octal 371 140 210 0 75 55 2 530 135 104
Binary 11111001 1100000 10001000 0 111101 101101 10 101011000 1011101 1000100

Color Harmonies of #F96088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96088

Black with #F96088

Text Example


Text Example

White with #F96088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96088; }

 p { color: rgb(249,96,136); }

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

background-color css

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

 a { background-color: rgb(249,96,136); }

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

border-color css

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

 span { border-color: rgb(249,96,136); }

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