Html Css Color HEX #F10DC6 Shocking Pink

📋 copy color: '#F10DC6'

red 241 ◦ green 13 ◦ blue 198

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

Shades of Shocking Pink #F10DC6

Tints of Shocking Pink #F10DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 53.32%
G = 2.88%
B = 43.81%

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

#F10DC6 (or 0xF10DC6) is known color: Shocking Pink. HEX triplet: F1, 0D and C6. RGB value is (241,13,198). Sum of RGB (Red+Green+Blue) = 241+13+198=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DC6 is #0EF239. Grayscale: #656565. Windows color (decimal): -979514 or 12979697. OLE color: 12979697.

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

Color convert

RGB 241 13 198 -
CMYK 0 0.95 0.18 0.05
HSL 311.32º 0.9% 0.5% -
HSV(B) 311.32º 0.95% 0.95% -
XYZ 46.61 23.07 55.42 -
YUV 102.26 182.04 226.96 -
System Red Green Blue C M Y K H S L
Decimal 241 13 198 0 0.95 0.18 0.05 311.32 0.9 0.5
Hex F1 D C6 0 5F 12 5 137 5A 32
Octal 361 15 306 0 137 22 5 467 132 62
Binary 11110001 1101 11000110 0 1011111 10010 101 100110111 1011010 110010

Color Harmonies of #F10DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DC6

Black with #F10DC6

Text Example


Text Example

White with #F10DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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