Html Css Color HEX #F11CD2 Shocking Pink

📋 copy color: '#F11CD2'

red 241 ◦ green 28 ◦ blue 210

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

Shades of Shocking Pink #F11CD2

Tints of Shocking Pink #F11CD2

RGB

 RED value IS 241 (94.53% from 255) = 50.31%

 GREEN value IS 28 (11.33% from 255) = 5.85%

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 50.31%
G = 5.85%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F11CD2 (or 0xF11CD2) is known color: Shocking Pink. HEX triplet: F1, 1C and D2. RGB value is (241,28,210). Sum of RGB (Red+Green+Blue) = 241+28+210=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CD2 is #0EE32D. Grayscale: #6F6F6F. Windows color (decimal): -975662 or 13769969. OLE color: 13769969.

HSL color Cylindrical-coordinate representation of color #F11CD2: hue angle of 308.73º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CD2 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 210 -
CMYK 0 0.88 0.13 0.05
HSL 308.73º 0.88% 0.53% -
HSV(B) 308.73º 0.88% 0.95% -
XYZ 48.32 24.18 63.09 -
YUV 112.44 183.07 219.7 -
System Red Green Blue C M Y K H S L
Decimal 241 28 210 0 0.88 0.13 0.05 308.73 0.88 0.53
Hex F1 1C D2 0 58 D 5 135 58 35
Octal 361 34 322 0 130 15 5 465 130 65
Binary 11110001 11100 11010010 0 1011000 1101 101 100110101 1011000 110101

Color Harmonies of #F11CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CD2

Black with #F11CD2

Text Example


Text Example

White with #F11CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CD2; }

 p { color: rgb(241,28,210); }

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

background-color css

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

 a { background-color: rgb(241,28,210); }

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

border-color css

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

 span { border-color: rgb(241,28,210); }

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