Html Css Color HEX #F115B9 Shocking Pink

📋 copy color: '#F115B9'

red 241 ◦ green 21 ◦ blue 185

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

Shades of Shocking Pink #F115B9

Tints of Shocking Pink #F115B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 53.91%
G = 4.7%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F115B9 (or 0xF115B9) is known color: Shocking Pink. HEX triplet: F1, 15 and B9. RGB value is (241,21,185). Sum of RGB (Red+Green+Blue) = 241+21+185=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F115B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115B9 is #0EEA46. Grayscale: #696969. Windows color (decimal): -977479 or 12129777. OLE color: 12129777.

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

Color convert

RGB 241 21 185 -
CMYK 0 0.91 0.23 0.05
HSL 315.27º 0.89% 0.51% -
HSV(B) 315.27º 0.91% 0.95% -
XYZ 45.3 22.74 47.9 -
YUV 105.48 172.89 224.66 -
System Red Green Blue C M Y K H S L
Decimal 241 21 185 0 0.91 0.23 0.05 315.27 0.89 0.51
Hex F1 15 B9 0 5B 17 5 13B 59 33
Octal 361 25 271 0 133 27 5 473 131 63
Binary 11110001 10101 10111001 0 1011011 10111 101 100111011 1011001 110011

Color Harmonies of #F115B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115B9

Black with #F115B9

Text Example


Text Example

White with #F115B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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