Html Css Color HEX #F117C7 Shocking Pink

📋 copy color: '#F117C7'

red 241 ◦ green 23 ◦ blue 199

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

Shades of Shocking Pink #F117C7

Tints of Shocking Pink #F117C7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.97%

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

R = 52.05%
G = 4.97%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F117C7 (or 0xF117C7) is known color: Shocking Pink. HEX triplet: F1, 17 and C7. RGB value is (241,23,199). Sum of RGB (Red+Green+Blue) = 241+23+199=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F117C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117C7 is #0EE838. Grayscale: #6B6B6B. Windows color (decimal): -976953 or 13047793. OLE color: 13047793.

HSL color Cylindrical-coordinate representation of color #F117C7: hue angle of 311.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117C7 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 199 -
CMYK 0 0.90 0.17 0.05
HSL 311.56º 0.89% 0.52% -
HSV(B) 311.56º 0.9% 0.95% -
XYZ 46.89 23.44 56.09 -
YUV 108.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 241 23 199 0 0.90 0.17 0.05 311.56 0.89 0.52
Hex F1 17 C7 0 5A 11 5 138 59 34
Octal 361 27 307 0 132 21 5 470 131 64
Binary 11110001 10111 11000111 0 1011010 10001 101 100111000 1011001 110100

Color Harmonies of #F117C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117C7

Black with #F117C7

Text Example


Text Example

White with #F117C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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