Html Css Color HEX #F91DD0 Shocking Pink

📋 copy color: '#F91DD0'

red 249 ◦ green 29 ◦ blue 208

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

Shades of Shocking Pink #F91DD0

Tints of Shocking Pink #F91DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 51.23%
G = 5.97%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F91DD0 (or 0xF91DD0) is known color: Shocking Pink. HEX triplet: F9, 1D and D0. RGB value is (249,29,208). Sum of RGB (Red+Green+Blue) = 249+29+208=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DD0 is #06E22F. Grayscale: #727272. Windows color (decimal): -451120 or 13639161. OLE color: 13639161.

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

Color convert

RGB 249 29 208 -
CMYK 0 0.88 0.16 0.02
HSL 311.18º 0.95% 0.55% -
HSV(B) 311.18º 0.88% 0.98% -
XYZ 50.89 25.57 61.93 -
YUV 115.19 180.39 223.45 -
System Red Green Blue C M Y K H S L
Decimal 249 29 208 0 0.88 0.16 0.02 311.18 0.95 0.55
Hex F9 1D D0 0 58 10 2 137 5F 37
Octal 371 35 320 0 130 20 2 467 137 67
Binary 11111001 11101 11010000 0 1011000 10000 10 100110111 1011111 110111

Color Harmonies of #F91DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DD0

Black with #F91DD0

Text Example


Text Example

White with #F91DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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