Html Css Color HEX #F90DB8 Shocking Pink

📋 copy color: '#F90DB8'

red 249 ◦ green 13 ◦ blue 184

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

Shades of Shocking Pink #F90DB8

Tints of Shocking Pink #F90DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 55.83%
G = 2.91%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F90DB8 (or 0xF90DB8) is known color: Shocking Pink. HEX triplet: F9, 0D and B8. RGB value is (249,13,184). Sum of RGB (Red+Green+Blue) = 249+13+184=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DB8 is #06F247. Grayscale: #666666. Windows color (decimal): -455240 or 12062201. OLE color: 12062201.

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

Color convert

RGB 249 13 184 -
CMYK 0 0.95 0.26 0.02
HSL 316.53º 0.95% 0.51% -
HSV(B) 316.53º 0.95% 0.98% -
XYZ 47.86 23.89 47.44 -
YUV 103.06 173.69 232.1 -
System Red Green Blue C M Y K H S L
Decimal 249 13 184 0 0.95 0.26 0.02 316.53 0.95 0.51
Hex F9 D B8 0 5F 1A 2 13D 5F 33
Octal 371 15 270 0 137 32 2 475 137 63
Binary 11111001 1101 10111000 0 1011111 11010 10 100111101 1011111 110011

Color Harmonies of #F90DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DB8

Black with #F90DB8

Text Example


Text Example

White with #F90DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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