Html Css Color HEX #F90978 Deep Pink

📋 copy color: '#F90978'

red 249 ◦ green 9 ◦ blue 120

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

Shades of Deep Pink #F90978

Tints of Deep Pink #F90978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.38%

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

R = 65.87%
G = 2.38%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90978 (or 0xF90978) is known color: Deep Pink. HEX triplet: F9, 09 and 78. RGB value is (249,9,120). Sum of RGB (Red+Green+Blue) = 249+9+120=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F90978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90978 is #06F687. Grayscale: #5D5D5D. Windows color (decimal): -456328 or 7866873. OLE color: 7866873.

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

Color convert

RGB 249 9 120 -
CMYK 0 0.96 0.52 0.02
HSL 332.25º 0.95% 0.51% -
HSV(B) 332.25º 0.96% 0.98% -
XYZ 42.55 21.69 19.71 -
YUV 93.41 143.01 238.97 -
System Red Green Blue C M Y K H S L
Decimal 249 9 120 0 0.96 0.52 0.02 332.25 0.95 0.51
Hex F9 9 78 0 60 34 2 14C 5F 33
Octal 371 11 170 0 140 64 2 514 137 63
Binary 11111001 1001 1111000 0 1100000 110100 10 101001100 1011111 110011

Color Harmonies of #F90978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90978

Black with #F90978

Text Example


Text Example

White with #F90978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90978; }

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

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

background-color css

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

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

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

border-color css

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

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

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