Html Css Color HEX #F115B7 Shocking Pink

📋 copy color: '#F115B7'

red 241 ◦ green 21 ◦ blue 183

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

Shades of Shocking Pink #F115B7

Tints of Shocking Pink #F115B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 54.16%
G = 4.72%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F115B7 (or 0xF115B7) is known color: Shocking Pink. HEX triplet: F1, 15 and B7. RGB value is (241,21,183). Sum of RGB (Red+Green+Blue) = 241+21+183=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F115B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115B7 is #0EEA48. Grayscale: #686868. Windows color (decimal): -977481 or 11998705. OLE color: 11998705.

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

Color convert

RGB 241 21 183 -
CMYK 0 0.91 0.24 0.05
HSL 315.82º 0.89% 0.51% -
HSV(B) 315.82º 0.91% 0.95% -
XYZ 45.09 22.66 46.8 -
YUV 105.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 241 21 183 0 0.91 0.24 0.05 315.82 0.89 0.51
Hex F1 15 B7 0 5B 18 5 13C 59 33
Octal 361 25 267 0 133 30 5 474 131 63
Binary 11110001 10101 10110111 0 1011011 11000 101 100111100 1011001 110011

Color Harmonies of #F115B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115B7

Black with #F115B7

Text Example


Text Example

White with #F115B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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