Html Css Color HEX #F115C6 Shocking Pink

📋 copy color: '#F115C6'

red 241 ◦ green 21 ◦ blue 198

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

Shades of Shocking Pink #F115C6

Tints of Shocking Pink #F115C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 52.39%
G = 4.57%
B = 43.04%

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

#F115C6 (or 0xF115C6) is known color: Shocking Pink. HEX triplet: F1, 15 and C6. RGB value is (241,21,198). Sum of RGB (Red+Green+Blue) = 241+21+198=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F115C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115C6 is #0EEA39. Grayscale: #6A6A6A. Windows color (decimal): -977466 or 12981745. OLE color: 12981745.

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

Color convert

RGB 241 21 198 -
CMYK 0 0.91 0.18 0.05
HSL 311.73º 0.89% 0.51% -
HSV(B) 311.73º 0.91% 0.95% -
XYZ 46.74 23.31 55.46 -
YUV 106.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 241 21 198 0 0.91 0.18 0.05 311.73 0.89 0.51
Hex F1 15 C6 0 5B 12 5 138 59 33
Octal 361 25 306 0 133 22 5 470 131 63
Binary 11110001 10101 11000110 0 1011011 10010 101 100111000 1011001 110011

Color Harmonies of #F115C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115C6

Black with #F115C6

Text Example


Text Example

White with #F115C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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