Html Css Color HEX #F10CCC Shocking Pink

📋 copy color: '#F10CCC'

red 241 ◦ green 12 ◦ blue 204

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

Shades of Shocking Pink #F10CCC

Tints of Shocking Pink #F10CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 52.74%
G = 2.63%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F10CCC (or 0xF10CCC) is known color: Shocking Pink. HEX triplet: F1, 0C and CC. RGB value is (241,12,204). Sum of RGB (Red+Green+Blue) = 241+12+204=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CCC is #0EF333. Grayscale: #656565. Windows color (decimal): -979764 or 13372657. OLE color: 13372657.

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

Color convert

RGB 241 12 204 -
CMYK 0 0.95 0.15 0.05
HSL 309.69º 0.91% 0.5% -
HSV(B) 309.69º 0.95% 0.95% -
XYZ 47.31 23.32 59.14 -
YUV 102.36 185.37 226.89 -
System Red Green Blue C M Y K H S L
Decimal 241 12 204 0 0.95 0.15 0.05 309.69 0.91 0.5
Hex F1 C CC 0 5F F 5 136 5B 32
Octal 361 14 314 0 137 17 5 466 133 62
Binary 11110001 1100 11001100 0 1011111 1111 101 100110110 1011011 110010

Color Harmonies of #F10CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10CCC

Black with #F10CCC

Text Example


Text Example

White with #F10CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10CCC; }

 p { color: rgb(241,12,204); }

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

background-color css

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

 a { background-color: rgb(241,12,204); }

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

border-color css

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

 span { border-color: rgb(241,12,204); }

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