Html Css Color HEX #F96578 Brink Pink

📋 copy color: '#F96578'

red 249 ◦ green 101 ◦ blue 120

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

Shades of Brink Pink #F96578

Tints of Brink Pink #F96578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 52.98%
G = 21.49%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96578 (or 0xF96578) is known color: Brink Pink. HEX triplet: F9, 65 and 78. RGB value is (249,101,120). Sum of RGB (Red+Green+Blue) = 249+101+120=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F96578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96578 is #069A87. Grayscale: #939393. Windows color (decimal): -432776 or 7890425. OLE color: 7890425.

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

Color convert

RGB 249 101 120 -
CMYK 0 0.59 0.52 0.02
HSL 352.3º 0.93% 0.69% -
HSV(B) 352.3º 0.59% 0.98% -
XYZ 47.11 30.8 21.23 -
YUV 147.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 249 101 120 0 0.59 0.52 0.02 352.3 0.93 0.69
Hex F9 65 78 0 3B 34 2 160 5C 45
Octal 371 145 170 0 73 64 2 540 134 105
Binary 11111001 1100101 1111000 0 111011 110100 10 101100000 1011100 1000101

Color Harmonies of #F96578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96578

Black with #F96578

Text Example


Text Example

White with #F96578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96578; }

 p { color: rgb(249,101,120); }

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

background-color css

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

 a { background-color: rgb(249,101,120); }

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

border-color css

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

 span { border-color: rgb(249,101,120); }

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