Html Css Color HEX #F115C5 Shocking Pink

📋 copy color: '#F115C5'

red 241 ◦ green 21 ◦ blue 197

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

Shades of Shocking Pink #F115C5

Tints of Shocking Pink #F115C5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.58%

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

R = 52.51%
G = 4.58%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F115C5 (or 0xF115C5) is known color: Shocking Pink. HEX triplet: F1, 15 and C5. RGB value is (241,21,197). Sum of RGB (Red+Green+Blue) = 241+21+197=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F115C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115C5 is #0EEA3A. Grayscale: #6A6A6A. Windows color (decimal): -977467 or 12916209. OLE color: 12916209.

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

Color convert

RGB 241 21 197 -
CMYK 0 0.91 0.18 0.05
HSL 312º 0.89% 0.51% -
HSV(B) 312º 0.91% 0.95% -
XYZ 46.62 23.27 54.86 -
YUV 106.84 178.89 223.69 -
System Red Green Blue C M Y K H S L
Decimal 241 21 197 0 0.91 0.18 0.05 312 0.89 0.51
Hex F1 15 C5 0 5B 12 5 138 59 33
Octal 361 25 305 0 133 22 5 470 131 63
Binary 11110001 10101 11000101 0 1011011 10010 101 100111000 1011001 110011

Color Harmonies of #F115C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115C5

Black with #F115C5

Text Example


Text Example

White with #F115C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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