Html Css Color HEX #F40CC3 Shocking Pink

📋 copy color: '#F40CC3'

red 244 ◦ green 12 ◦ blue 195

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

Shades of Shocking Pink #F40CC3

Tints of Shocking Pink #F40CC3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.66%

 BLUE value IS 195 (76.56% from 255) = 43.24%

R = 54.1%
G = 2.66%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F40CC3 (or 0xF40CC3) is known color: Shocking Pink. HEX triplet: F4, 0C and C3. RGB value is (244,12,195). Sum of RGB (Red+Green+Blue) = 244+12+195=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CC3 is #0BF33C. Grayscale: #656565. Windows color (decimal): -783165 or 12782836. OLE color: 12782836.

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

Color convert

RGB 244 12 195 -
CMYK 0 0.95 0.20 0.04
HSL 312.67º 0.91% 0.5% -
HSV(B) 312.67º 0.95% 0.96% -
XYZ 47.29 23.44 53.66 -
YUV 102.23 180.36 229.12 -
System Red Green Blue C M Y K H S L
Decimal 244 12 195 0 0.95 0.20 0.04 312.67 0.91 0.5
Hex F4 C C3 0 5F 14 4 139 5B 32
Octal 364 14 303 0 137 24 4 471 133 62
Binary 11110100 1100 11000011 0 1011111 10100 100 100111001 1011011 110010

Color Harmonies of #F40CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CC3

Black with #F40CC3

Text Example


Text Example

White with #F40CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CC3; }

 p { color: rgb(244,12,195); }

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

background-color css

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

 a { background-color: rgb(244,12,195); }

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

border-color css

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

 span { border-color: rgb(244,12,195); }

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