Html Css Color HEX #F90EB9 Shocking Pink

📋 copy color: '#F90EB9'

red 249 ◦ green 14 ◦ blue 185

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

Shades of Shocking Pink #F90EB9

Tints of Shocking Pink #F90EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 55.58%
G = 3.13%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F90EB9 (or 0xF90EB9) is known color: Shocking Pink. HEX triplet: F9, 0E and B9. RGB value is (249,14,185). Sum of RGB (Red+Green+Blue) = 249+14+185=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EB9 is #06F146. Grayscale: #676767. Windows color (decimal): -454983 or 12127993. OLE color: 12127993.

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

Color convert

RGB 249 14 185 -
CMYK 0 0.94 0.26 0.02
HSL 316.34º 0.95% 0.52% -
HSV(B) 316.34º 0.94% 0.98% -
XYZ 47.98 23.96 47.99 -
YUV 103.76 173.86 231.6 -
System Red Green Blue C M Y K H S L
Decimal 249 14 185 0 0.94 0.26 0.02 316.34 0.95 0.52
Hex F9 E B9 0 5E 1A 2 13C 5F 34
Octal 371 16 271 0 136 32 2 474 137 64
Binary 11111001 1110 10111001 0 1011110 11010 10 100111100 1011111 110100

Color Harmonies of #F90EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EB9

Black with #F90EB9

Text Example


Text Example

White with #F90EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EB9; }

 p { color: rgb(249,14,185); }

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

background-color css

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

 a { background-color: rgb(249,14,185); }

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

border-color css

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

 span { border-color: rgb(249,14,185); }

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