Html Css Color HEX #F90178 Deep Pink

📋 copy color: '#F90178'

red 249 ◦ green 1 ◦ blue 120

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

Shades of Deep Pink #F90178

Tints of Deep Pink #F90178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 67.3%
G = 0.27%
B = 32.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90178 (or 0xF90178) is known color: Deep Pink. HEX triplet: F9, 01 and 78. RGB value is (249,1,120). Sum of RGB (Red+Green+Blue) = 249+1+120=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90178 is #06FE87. Grayscale: #585858. Windows color (decimal): -458376 or 7864825. OLE color: 7864825.

HSL color Cylindrical-coordinate representation of color #F90178: hue angle of 331.21º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90178 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 120 -
CMYK 0 1.00 0.52 0.02
HSL 331.21º 0.99% 0.49% -
HSV(B) 331.21º 1% 0.98% -
XYZ 42.47 21.52 19.68 -
YUV 88.72 145.66 242.32 -
System Red Green Blue C M Y K H S L
Decimal 249 1 120 0 1.00 0.52 0.02 331.21 0.99 0.49
Hex F9 1 78 0 64 34 2 14B 63 31
Octal 371 1 170 0 144 64 2 513 143 61
Binary 11111001 1 1111000 0 1100100 110100 10 101001011 1100011 110001

Color Harmonies of #F90178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90178

Black with #F90178

Text Example


Text Example

White with #F90178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90178; }

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

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

background-color css

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

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

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

border-color css

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

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

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