Html Css Color HEX #F91DCC Shocking Pink

📋 copy color: '#F91DCC'

red 249 ◦ green 29 ◦ blue 204

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

Shades of Shocking Pink #F91DCC

Tints of Shocking Pink #F91DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.02%

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

R = 51.66%
G = 6.02%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F91DCC (or 0xF91DCC) is known color: Shocking Pink. HEX triplet: F9, 1D and CC. RGB value is (249,29,204). Sum of RGB (Red+Green+Blue) = 249+29+204=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DCC is #06E233. Grayscale: #727272. Windows color (decimal): -451124 or 13377017. OLE color: 13377017.

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

Color convert

RGB 249 29 204 -
CMYK 0 0.88 0.18 0.02
HSL 312.27º 0.95% 0.55% -
HSV(B) 312.27º 0.88% 0.98% -
XYZ 50.41 25.38 59.37 -
YUV 114.73 178.39 223.77 -
System Red Green Blue C M Y K H S L
Decimal 249 29 204 0 0.88 0.18 0.02 312.27 0.95 0.55
Hex F9 1D CC 0 58 12 2 138 5F 37
Octal 371 35 314 0 130 22 2 470 137 67
Binary 11111001 11101 11001100 0 1011000 10010 10 100111000 1011111 110111

Color Harmonies of #F91DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DCC

Black with #F91DCC

Text Example


Text Example

White with #F91DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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