Html Css Color HEX #F96978 Brink Pink

📋 copy color: '#F96978'

red 249 ◦ green 105 ◦ blue 120

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

Shades of Brink Pink #F96978

Tints of Brink Pink #F96978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 52.53%
G = 22.15%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96978 (or 0xF96978) is known color: Brink Pink. HEX triplet: F9, 69 and 78. RGB value is (249,105,120). Sum of RGB (Red+Green+Blue) = 249+105+120=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F96978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96978 is #069687. Grayscale: #959595. Windows color (decimal): -431752 or 7891449. OLE color: 7891449.

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

Color convert

RGB 249 105 120 -
CMYK 0 0.58 0.52 0.02
HSL 353.75º 0.92% 0.69% -
HSV(B) 353.75º 0.58% 0.98% -
XYZ 47.51 31.6 21.36 -
YUV 149.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 249 105 120 0 0.58 0.52 0.02 353.75 0.92 0.69
Hex F9 69 78 0 3A 34 2 162 5C 45
Octal 371 151 170 0 72 64 2 542 134 105
Binary 11111001 1101001 1111000 0 111010 110100 10 101100010 1011100 1000101

Color Harmonies of #F96978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96978

Black with #F96978

Text Example


Text Example

White with #F96978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96978; }

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

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

background-color css

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

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

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

border-color css

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

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

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