Html Css Color HEX #F96281 Brink Pink

📋 copy color: '#F96281'

red 249 ◦ green 98 ◦ blue 129

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

Shades of Brink Pink #F96281

Tints of Brink Pink #F96281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 52.31%
G = 20.59%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F96281 (or 0xF96281) is known color: Brink Pink. HEX triplet: F9, 62 and 81. RGB value is (249,98,129). Sum of RGB (Red+Green+Blue) = 249+98+129=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F96281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96281 is #069D7E. Grayscale: #929292. Windows color (decimal): -433535 or 8479481. OLE color: 8479481.

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

Color convert

RGB 249 98 129 -
CMYK 0 0.61 0.48 0.02
HSL 347.68º 0.93% 0.68% -
HSV(B) 347.68º 0.61% 0.98% -
XYZ 47.4 30.46 24.15 -
YUV 146.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 249 98 129 0 0.61 0.48 0.02 347.68 0.93 0.68
Hex F9 62 81 0 3D 30 2 15C 5D 44
Octal 371 142 201 0 75 60 2 534 135 104
Binary 11111001 1100010 10000001 0 111101 110000 10 101011100 1011101 1000100

Color Harmonies of #F96281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96281

Black with #F96281

Text Example


Text Example

White with #F96281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96281; }

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

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

background-color css

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

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

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

border-color css

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

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

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