Html Css Color HEX #F96286 Brink Pink

📋 copy color: '#F96286'

red 249 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #F96286

Tints of Brink Pink #F96286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 51.77%
G = 20.37%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96286 (or 0xF96286) is known color: Brink Pink. HEX triplet: F9, 62 and 86. RGB value is (249,98,134). Sum of RGB (Red+Green+Blue) = 249+98+134=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96286 is #069D79. Grayscale: #939393. Windows color (decimal): -433530 or 8807161. OLE color: 8807161.

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

Color convert

RGB 249 98 134 -
CMYK 0 0.61 0.46 0.02
HSL 345.7º 0.93% 0.68% -
HSV(B) 345.7º 0.61% 0.98% -
XYZ 47.74 30.6 25.94 -
YUV 147.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 249 98 134 0 0.61 0.46 0.02 345.7 0.93 0.68
Hex F9 62 86 0 3D 2E 2 15A 5D 44
Octal 371 142 206 0 75 56 2 532 135 104
Binary 11111001 1100010 10000110 0 111101 101110 10 101011010 1011101 1000100

Color Harmonies of #F96286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96286

Black with #F96286

Text Example


Text Example

White with #F96286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96286; }

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

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

background-color css

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

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

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

border-color css

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

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

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