Html Css Color HEX #F10DC5 Shocking Pink

📋 copy color: '#F10DC5'

red 241 ◦ green 13 ◦ blue 197

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

Shades of Shocking Pink #F10DC5

Tints of Shocking Pink #F10DC5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.88%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 53.44%
G = 2.88%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F10DC5 (or 0xF10DC5) is known color: Shocking Pink. HEX triplet: F1, 0D and C5. RGB value is (241,13,197). Sum of RGB (Red+Green+Blue) = 241+13+197=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DC5 is #0EF23A. Grayscale: #656565. Windows color (decimal): -979515 or 12914161. OLE color: 12914161.

HSL color Cylindrical-coordinate representation of color #F10DC5: hue angle of 311.58º degrees, saturation: 0.9, 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 #F10DC5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 13 197 -
CMYK 0 0.95 0.18 0.05
HSL 311.58º 0.9% 0.5% -
HSV(B) 311.58º 0.95% 0.95% -
XYZ 46.5 23.02 54.82 -
YUV 102.15 181.54 227.04 -
System Red Green Blue C M Y K H S L
Decimal 241 13 197 0 0.95 0.18 0.05 311.58 0.9 0.5
Hex F1 D C5 0 5F 12 5 138 5A 32
Octal 361 15 305 0 137 22 5 470 132 62
Binary 11110001 1101 11000101 0 1011111 10010 101 100111000 1011010 110010

Color Harmonies of #F10DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DC5

Black with #F10DC5

Text Example


Text Example

White with #F10DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DC5; }

 p { color: rgb(241,13,197); }

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

background-color css

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

 a { background-color: rgb(241,13,197); }

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

border-color css

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

 span { border-color: rgb(241,13,197); }

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