Html Css Color HEX #F96881 Brink Pink

📋 copy color: '#F96881'

red 249 ◦ green 104 ◦ blue 129

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

Shades of Brink Pink #F96881

Tints of Brink Pink #F96881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

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

R = 51.66%
G = 21.58%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F96881 (or 0xF96881) is known color: Brink Pink. HEX triplet: F9, 68 and 81. RGB value is (249,104,129). Sum of RGB (Red+Green+Blue) = 249+104+129=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F96881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96881 is #06977E. Grayscale: #969696. Windows color (decimal): -431999 or 8481017. OLE color: 8481017.

HSL color Cylindrical-coordinate representation of color #F96881: hue angle of 349.66º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96881 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 129 -
CMYK 0 0.58 0.48 0.02
HSL 349.66º 0.92% 0.69% -
HSV(B) 349.66º 0.58% 0.98% -
XYZ 47.98 31.63 24.34 -
YUV 150.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 249 104 129 0 0.58 0.48 0.02 349.66 0.92 0.69
Hex F9 68 81 0 3A 30 2 15E 5C 45
Octal 371 150 201 0 72 60 2 536 134 105
Binary 11111001 1101000 10000001 0 111010 110000 10 101011110 1011100 1000101

Color Harmonies of #F96881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96881

Black with #F96881

Text Example


Text Example

White with #F96881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96881; }

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

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

background-color css

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

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

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

border-color css

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

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

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