Html Css Color HEX #F96585 Brink Pink

📋 copy color: '#F96585'

red 249 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #F96585

Tints of Brink Pink #F96585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 51.55%
G = 20.91%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96585 (or 0xF96585) is known color: Brink Pink. HEX triplet: F9, 65 and 85. RGB value is (249,101,133). Sum of RGB (Red+Green+Blue) = 249+101+133=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96585 is #069A7A. Grayscale: #949494. Windows color (decimal): -432763 or 8742393. OLE color: 8742393.

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

Color convert

RGB 249 101 133 -
CMYK 0 0.59 0.47 0.02
HSL 347.03º 0.93% 0.69% -
HSV(B) 347.03º 0.59% 0.98% -
XYZ 47.95 31.14 25.67 -
YUV 148.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 249 101 133 0 0.59 0.47 0.02 347.03 0.93 0.69
Hex F9 65 85 0 3B 2F 2 15B 5C 45
Octal 371 145 205 0 73 57 2 533 134 105
Binary 11111001 1100101 10000101 0 111011 101111 10 101011011 1011100 1000101

Color Harmonies of #F96585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96585

Black with #F96585

Text Example


Text Example

White with #F96585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96585; }

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

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

background-color css

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

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

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

border-color css

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

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

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