Html Css Color HEX #F90D98 Deep Pink

📋 copy color: '#F90D98'

red 249 ◦ green 13 ◦ blue 152

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

Shades of Deep Pink #F90D98

Tints of Deep Pink #F90D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 60.14%
G = 3.14%
B = 36.71%

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

#F90D98 (or 0xF90D98) is known color: Deep Pink. HEX triplet: F9, 0D and 98. RGB value is (249,13,152). Sum of RGB (Red+Green+Blue) = 249+13+152=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90D98 is #06F267. Grayscale: #636363. Windows color (decimal): -455272 or 9965049. OLE color: 9965049.

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

Color convert

RGB 249 13 152 -
CMYK 0 0.95 0.39 0.02
HSL 324.66º 0.95% 0.51% -
HSV(B) 324.66º 0.95% 0.98% -
XYZ 44.88 22.69 31.72 -
YUV 99.41 157.69 234.7 -
System Red Green Blue C M Y K H S L
Decimal 249 13 152 0 0.95 0.39 0.02 324.66 0.95 0.51
Hex F9 D 98 0 5F 27 2 145 5F 33
Octal 371 15 230 0 137 47 2 505 137 63
Binary 11111001 1101 10011000 0 1011111 100111 10 101000101 1011111 110011

Color Harmonies of #F90D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90D98

Black with #F90D98

Text Example


Text Example

White with #F90D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90D98; }

 p { color: rgb(249,13,152); }

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

background-color css

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

 a { background-color: rgb(249,13,152); }

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

border-color css

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

 span { border-color: rgb(249,13,152); }

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