Html Css Color HEX #F96487 Brink Pink

📋 copy color: '#F96487'

red 249 ◦ green 100 ◦ blue 135

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

Shades of Brink Pink #F96487

Tints of Brink Pink #F96487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

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

R = 51.45%
G = 20.66%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96487 (or 0xF96487) is known color: Brink Pink. HEX triplet: F9, 64 and 87. RGB value is (249,100,135). Sum of RGB (Red+Green+Blue) = 249+100+135=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F96487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96487 is #069B78. Grayscale: #949494. Windows color (decimal): -433017 or 8873209. OLE color: 8873209.

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

Color convert

RGB 249 100 135 -
CMYK 0 0.60 0.46 0.02
HSL 345.91º 0.93% 0.68% -
HSV(B) 345.91º 0.6% 0.98% -
XYZ 48 31 26.38 -
YUV 148.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 249 100 135 0 0.60 0.46 0.02 345.91 0.93 0.68
Hex F9 64 87 0 3C 2E 2 15A 5D 44
Octal 371 144 207 0 74 56 2 532 135 104
Binary 11111001 1100100 10000111 0 111100 101110 10 101011010 1011101 1000100

Color Harmonies of #F96487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96487

Black with #F96487

Text Example


Text Example

White with #F96487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96487; }

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

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

background-color css

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

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

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

border-color css

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

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

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