Html Css Color HEX #F96288 Brink Pink

📋 copy color: '#F96288'

red 249 ◦ green 98 ◦ blue 136

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

Shades of Brink Pink #F96288

Tints of Brink Pink #F96288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 51.55%
G = 20.29%
B = 28.16%

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

#F96288 (or 0xF96288) is known color: Brink Pink. HEX triplet: F9, 62 and 88. RGB value is (249,98,136). Sum of RGB (Red+Green+Blue) = 249+98+136=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96288 is #069D77. Grayscale: #939393. Windows color (decimal): -433528 or 8938233. OLE color: 8938233.

HSL color Cylindrical-coordinate representation of color #F96288: hue angle of 344.9º 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 #F96288 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 136 -
CMYK 0 0.61 0.45 0.02
HSL 344.9º 0.93% 0.68% -
HSV(B) 344.9º 0.61% 0.98% -
XYZ 47.88 30.65 26.69 -
YUV 147.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 249 98 136 0 0.61 0.45 0.02 344.9 0.93 0.68
Hex F9 62 88 0 3D 2D 2 159 5D 44
Octal 371 142 210 0 75 55 2 531 135 104
Binary 11111001 1100010 10001000 0 111101 101101 10 101011001 1011101 1000100

Color Harmonies of #F96288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96288

Black with #F96288

Text Example


Text Example

White with #F96288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96288; }

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

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

background-color css

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

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

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

border-color css

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

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

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