Html Css Color HEX #F96587 Brink Pink

📋 copy color: '#F96587'

red 249 ◦ green 101 ◦ blue 135

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

Shades of Brink Pink #F96587

Tints of Brink Pink #F96587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 51.34%
G = 20.82%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96587 (or 0xF96587) is known color: Brink Pink. HEX triplet: F9, 65 and 87. RGB value is (249,101,135). Sum of RGB (Red+Green+Blue) = 249+101+135=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F96587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96587 is #069A78. Grayscale: #959595. Windows color (decimal): -432761 or 8873465. OLE color: 8873465.

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

Color convert

RGB 249 101 135 -
CMYK 0 0.59 0.46 0.02
HSL 346.22º 0.93% 0.69% -
HSV(B) 346.22º 0.59% 0.98% -
XYZ 48.09 31.2 26.41 -
YUV 149.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 249 101 135 0 0.59 0.46 0.02 346.22 0.93 0.69
Hex F9 65 87 0 3B 2E 2 15A 5C 45
Octal 371 145 207 0 73 56 2 532 134 105
Binary 11111001 1100101 10000111 0 111011 101110 10 101011010 1011100 1000101

Color Harmonies of #F96587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96587

Black with #F96587

Text Example


Text Example

White with #F96587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96587; }

 p { color: rgb(249,101,135); }

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

background-color css

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

 a { background-color: rgb(249,101,135); }

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

border-color css

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

 span { border-color: rgb(249,101,135); }

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