Html Css Color HEX #F96283 Brink Pink

📋 copy color: '#F96283'

red 249 ◦ green 98 ◦ blue 131

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

Shades of Brink Pink #F96283

Tints of Brink Pink #F96283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 52.09%
G = 20.5%
B = 27.41%

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

#F96283 (or 0xF96283) is known color: Brink Pink. HEX triplet: F9, 62 and 83. RGB value is (249,98,131). Sum of RGB (Red+Green+Blue) = 249+98+131=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F96283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96283 is #069D7C. Grayscale: #929292. Windows color (decimal): -433533 or 8610553. OLE color: 8610553.

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

Color convert

RGB 249 98 131 -
CMYK 0 0.61 0.47 0.02
HSL 346.89º 0.93% 0.68% -
HSV(B) 346.89º 0.61% 0.98% -
XYZ 47.53 30.51 24.86 -
YUV 146.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 249 98 131 0 0.61 0.47 0.02 346.89 0.93 0.68
Hex F9 62 83 0 3D 2F 2 15B 5D 44
Octal 371 142 203 0 75 57 2 533 135 104
Binary 11111001 1100010 10000011 0 111101 101111 10 101011011 1011101 1000100

Color Harmonies of #F96283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96283

Black with #F96283

Text Example


Text Example

White with #F96283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96283; }

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

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

background-color css

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

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

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

border-color css

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

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

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