Html Css Color HEX #F90ECD Shocking Pink

📋 copy color: '#F90ECD'

red 249 ◦ green 14 ◦ blue 205

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

Shades of Shocking Pink #F90ECD

Tints of Shocking Pink #F90ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 53.21%
G = 2.99%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F90ECD (or 0xF90ECD) is known color: Shocking Pink. HEX triplet: F9, 0E and CD. RGB value is (249,14,205). Sum of RGB (Red+Green+Blue) = 249+14+205=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ECD is #06F132. Grayscale: #696969. Windows color (decimal): -454963 or 13438713. OLE color: 13438713.

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

Color convert

RGB 249 14 205 -
CMYK 0 0.94 0.18 0.02
HSL 311.23º 0.95% 0.52% -
HSV(B) 311.23º 0.94% 0.98% -
XYZ 50.24 24.86 59.91 -
YUV 106.04 183.86 229.97 -
System Red Green Blue C M Y K H S L
Decimal 249 14 205 0 0.94 0.18 0.02 311.23 0.95 0.52
Hex F9 E CD 0 5E 12 2 137 5F 34
Octal 371 16 315 0 136 22 2 467 137 64
Binary 11111001 1110 11001101 0 1011110 10010 10 100110111 1011111 110100

Color Harmonies of #F90ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ECD

Black with #F90ECD

Text Example


Text Example

White with #F90ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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