Html Css Color HEX #F10FC1 Shocking Pink

📋 copy color: '#F10FC1'

red 241 ◦ green 15 ◦ blue 193

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

Shades of Shocking Pink #F10FC1

Tints of Shocking Pink #F10FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.34%

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 53.67%
G = 3.34%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F10FC1 (or 0xF10FC1) is known color: Shocking Pink. HEX triplet: F1, 0F and C1. RGB value is (241,15,193). Sum of RGB (Red+Green+Blue) = 241+15+193=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FC1 is #0EF03E. Grayscale: #666666. Windows color (decimal): -979007 or 12652529. OLE color: 12652529.

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

Color convert

RGB 241 15 193 -
CMYK 0 0.94 0.20 0.05
HSL 312.74º 0.89% 0.5% -
HSV(B) 312.74º 0.94% 0.95% -
XYZ 46.07 22.89 52.44 -
YUV 102.87 178.87 226.53 -
System Red Green Blue C M Y K H S L
Decimal 241 15 193 0 0.94 0.20 0.05 312.74 0.89 0.5
Hex F1 F C1 0 5E 14 5 139 59 32
Octal 361 17 301 0 136 24 5 471 131 62
Binary 11110001 1111 11000001 0 1011110 10100 101 100111001 1011001 110010

Color Harmonies of #F10FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FC1

Black with #F10FC1

Text Example


Text Example

White with #F10FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FC1; }

 p { color: rgb(241,15,193); }

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

background-color css

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

 a { background-color: rgb(241,15,193); }

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

border-color css

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

 span { border-color: rgb(241,15,193); }

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