Html Css Color HEX #F10FC7 Shocking Pink

📋 copy color: '#F10FC7'

red 241 ◦ green 15 ◦ blue 199

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

Shades of Shocking Pink #F10FC7

Tints of Shocking Pink #F10FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.74%

R = 52.97%
G = 3.3%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F10FC7 (or 0xF10FC7) is known color: Shocking Pink. HEX triplet: F1, 0F and C7. RGB value is (241,15,199). Sum of RGB (Red+Green+Blue) = 241+15+199=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FC7 is #0EF038. Grayscale: #676767. Windows color (decimal): -979001 or 13045745. OLE color: 13045745.

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

Color convert

RGB 241 15 199 -
CMYK 0 0.94 0.17 0.05
HSL 311.15º 0.89% 0.5% -
HSV(B) 311.15º 0.94% 0.95% -
XYZ 46.76 23.17 56.04 -
YUV 103.55 181.87 226.04 -
System Red Green Blue C M Y K H S L
Decimal 241 15 199 0 0.94 0.17 0.05 311.15 0.89 0.5
Hex F1 F C7 0 5E 11 5 137 59 32
Octal 361 17 307 0 136 21 5 467 131 62
Binary 11110001 1111 11000111 0 1011110 10001 101 100110111 1011001 110010

Color Harmonies of #F10FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FC7

Black with #F10FC7

Text Example


Text Example

White with #F10FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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