Html Css Color HEX #F90278 Deep Pink

📋 copy color: '#F90278'

red 249 ◦ green 2 ◦ blue 120

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

Shades of Deep Pink #F90278

Tints of Deep Pink #F90278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 67.12%
G = 0.54%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90278 (or 0xF90278) is known color: Deep Pink. HEX triplet: F9, 02 and 78. RGB value is (249,2,120). Sum of RGB (Red+Green+Blue) = 249+2+120=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90278 is #06FD87. Grayscale: #595959. Windows color (decimal): -458120 or 7865081. OLE color: 7865081.

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

Color convert

RGB 249 2 120 -
CMYK 0 0.99 0.52 0.02
HSL 331.34º 0.98% 0.49% -
HSV(B) 331.34º 0.99% 0.98% -
XYZ 42.48 21.54 19.69 -
YUV 89.31 145.33 241.91 -
System Red Green Blue C M Y K H S L
Decimal 249 2 120 0 0.99 0.52 0.02 331.34 0.98 0.49
Hex F9 2 78 0 63 34 2 14B 62 31
Octal 371 2 170 0 143 64 2 513 142 61
Binary 11111001 10 1111000 0 1100011 110100 10 101001011 1100010 110001

Color Harmonies of #F90278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90278

Black with #F90278

Text Example


Text Example

White with #F90278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90278; }

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

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

background-color css

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

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

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

border-color css

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

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

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