Html Css Color HEX #F41DCA Shocking Pink

📋 copy color: '#F41DCA'

red 244 ◦ green 29 ◦ blue 202

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

Shades of Shocking Pink #F41DCA

Tints of Shocking Pink #F41DCA

RGB

 RED value IS 244 (95.7% from 255) = 51.37%

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 51.37%
G = 6.11%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F41DCA (or 0xF41DCA) is known color: Shocking Pink. HEX triplet: F4, 1D and CA. RGB value is (244,29,202). Sum of RGB (Red+Green+Blue) = 244+29+202=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DCA is #0BE235. Grayscale: #707070. Windows color (decimal): -778806 or 13245940. OLE color: 13245940.

HSL color Cylindrical-coordinate representation of color #F41DCA: hue angle of 311.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DCA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 29 202 -
CMYK 0 0.88 0.17 0.04
HSL 311.72º 0.91% 0.54% -
HSV(B) 311.72º 0.88% 0.96% -
XYZ 48.41 24.38 58.03 -
YUV 113.01 178.23 221.43 -
System Red Green Blue C M Y K H S L
Decimal 244 29 202 0 0.88 0.17 0.04 311.72 0.91 0.54
Hex F4 1D CA 0 58 11 4 138 5B 36
Octal 364 35 312 0 130 21 4 470 133 66
Binary 11110100 11101 11001010 0 1011000 10001 100 100111000 1011011 110110

Color Harmonies of #F41DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DCA

Black with #F41DCA

Text Example


Text Example

White with #F41DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DCA; }

 p { color: rgb(244,29,202); }

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

background-color css

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

 a { background-color: rgb(244,29,202); }

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

border-color css

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

 span { border-color: rgb(244,29,202); }

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