Html Css Color HEX #F90C99 Deep Pink

📋 copy color: '#F90C99'

red 249 ◦ green 12 ◦ blue 153

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

Shades of Deep Pink #F90C99

Tints of Deep Pink #F90C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 60.14%
G = 2.9%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F90C99 (or 0xF90C99) is known color: Deep Pink. HEX triplet: F9, 0C and 99. RGB value is (249,12,153). Sum of RGB (Red+Green+Blue) = 249+12+153=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C99 is #06F366. Grayscale: #626262. Windows color (decimal): -455527 or 10030329. OLE color: 10030329.

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

Color convert

RGB 249 12 153 -
CMYK 0 0.95 0.39 0.02
HSL 324.3º 0.95% 0.51% -
HSV(B) 324.3º 0.95% 0.98% -
XYZ 44.95 22.7 32.15 -
YUV 98.94 158.52 235.04 -
System Red Green Blue C M Y K H S L
Decimal 249 12 153 0 0.95 0.39 0.02 324.3 0.95 0.51
Hex F9 C 99 0 5F 27 2 144 5F 33
Octal 371 14 231 0 137 47 2 504 137 63
Binary 11111001 1100 10011001 0 1011111 100111 10 101000100 1011111 110011

Color Harmonies of #F90C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C99

Black with #F90C99

Text Example


Text Example

White with #F90C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C99; }

 p { color: rgb(249,12,153); }

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

background-color css

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

 a { background-color: rgb(249,12,153); }

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

border-color css

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

 span { border-color: rgb(249,12,153); }

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