Html Css Color HEX #F96380 Brink Pink

📋 copy color: '#F96380'

red 249 ◦ green 99 ◦ blue 128

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

Shades of Brink Pink #F96380

Tints of Brink Pink #F96380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.8%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 52.31%
G = 20.8%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96380 (or 0xF96380) is known color: Brink Pink. HEX triplet: F9, 63 and 80. RGB value is (249,99,128). Sum of RGB (Red+Green+Blue) = 249+99+128=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F96380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96380 is #069C7F. Grayscale: #939393. Windows color (decimal): -433280 or 8414201. OLE color: 8414201.

HSL color Cylindrical-coordinate representation of color #F96380: hue angle of 348.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96380 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 128 -
CMYK 0 0.60 0.49 0.02
HSL 348.4º 0.93% 0.68% -
HSV(B) 348.4º 0.6% 0.98% -
XYZ 47.43 30.62 23.83 -
YUV 147.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 249 99 128 0 0.60 0.49 0.02 348.4 0.93 0.68
Hex F9 63 80 0 3C 31 2 15C 5D 44
Octal 371 143 200 0 74 61 2 534 135 104
Binary 11111001 1100011 10000000 0 111100 110001 10 101011100 1011101 1000100

Color Harmonies of #F96380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96380

Black with #F96380

Text Example


Text Example

White with #F96380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96380; }

 p { color: rgb(249,99,128); }

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

background-color css

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

 a { background-color: rgb(249,99,128); }

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

border-color css

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

 span { border-color: rgb(249,99,128); }

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