Html Css Color HEX #F41DCB Shocking Pink

📋 copy color: '#F41DCB'

red 244 ◦ green 29 ◦ blue 203

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

Shades of Shocking Pink #F41DCB

Tints of Shocking Pink #F41DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 51.26%
G = 6.09%
B = 42.65%

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

#F41DCB (or 0xF41DCB) is known color: Shocking Pink. HEX triplet: F4, 1D and CB. RGB value is (244,29,203). Sum of RGB (Red+Green+Blue) = 244+29+203=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DCB is #0BE234. Grayscale: #707070. Windows color (decimal): -778805 or 13311476. OLE color: 13311476.

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

Color convert

RGB 244 29 203 -
CMYK 0 0.88 0.17 0.04
HSL 311.44º 0.91% 0.54% -
HSV(B) 311.44º 0.88% 0.96% -
XYZ 48.53 24.42 58.66 -
YUV 113.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 244 29 203 0 0.88 0.17 0.04 311.44 0.91 0.54
Hex F4 1D CB 0 58 11 4 137 5B 36
Octal 364 35 313 0 130 21 4 467 133 66
Binary 11110100 11101 11001011 0 1011000 10001 100 100110111 1011011 110110

Color Harmonies of #F41DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DCB

Black with #F41DCB

Text Example


Text Example

White with #F41DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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