Html Css Color HEX #F90ECC Shocking Pink

📋 copy color: '#F90ECC'

red 249 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #F90ECC

Tints of Shocking Pink #F90ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 53.32%
G = 3%
B = 43.68%

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

#F90ECC (or 0xF90ECC) is known color: Shocking Pink. HEX triplet: F9, 0E and CC. RGB value is (249,14,204). Sum of RGB (Red+Green+Blue) = 249+14+204=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ECC is #06F133. Grayscale: #696969. Windows color (decimal): -454964 or 13373177. OLE color: 13373177.

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

Color convert

RGB 249 14 204 -
CMYK 0 0.94 0.18 0.02
HSL 311.49º 0.95% 0.52% -
HSV(B) 311.49º 0.94% 0.98% -
XYZ 50.12 24.81 59.27 -
YUV 105.93 183.36 230.05 -
System Red Green Blue C M Y K H S L
Decimal 249 14 204 0 0.94 0.18 0.02 311.49 0.95 0.52
Hex F9 E CC 0 5E 12 2 137 5F 34
Octal 371 16 314 0 136 22 2 467 137 64
Binary 11111001 1110 11001100 0 1011110 10010 10 100110111 1011111 110100

Color Harmonies of #F90ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ECC

Black with #F90ECC

Text Example


Text Example

White with #F90ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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