Html Css Color HEX #F96185 Brink Pink

📋 copy color: '#F96185'

red 249 ◦ green 97 ◦ blue 133

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

Shades of Brink Pink #F96185

Tints of Brink Pink #F96185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

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

R = 51.98%
G = 20.25%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96185 (or 0xF96185) is known color: Brink Pink. HEX triplet: F9, 61 and 85. RGB value is (249,97,133). Sum of RGB (Red+Green+Blue) = 249+97+133=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F96185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96185 is #069E7A. Grayscale: #929292. Windows color (decimal): -433787 or 8741369. OLE color: 8741369.

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

Color convert

RGB 249 97 133 -
CMYK 0 0.61 0.47 0.02
HSL 345.79º 0.93% 0.68% -
HSV(B) 345.79º 0.61% 0.98% -
XYZ 47.58 30.38 25.55 -
YUV 146.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 249 97 133 0 0.61 0.47 0.02 345.79 0.93 0.68
Hex F9 61 85 0 3D 2F 2 15A 5D 44
Octal 371 141 205 0 75 57 2 532 135 104
Binary 11111001 1100001 10000101 0 111101 101111 10 101011010 1011101 1000100

Color Harmonies of #F96185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96185

Black with #F96185

Text Example


Text Example

White with #F96185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96185; }

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

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

background-color css

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

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

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

border-color css

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

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

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