Html Css Color HEX #F113CE Shocking Pink

📋 copy color: '#F113CE'

red 241 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #F113CE

Tints of Shocking Pink #F113CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.08%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 51.72%
G = 4.08%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F113CE (or 0xF113CE) is known color: Shocking Pink. HEX triplet: F1, 13 and CE. RGB value is (241,19,206). Sum of RGB (Red+Green+Blue) = 241+19+206=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F113CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113CE is #0EEC31. Grayscale: #6A6A6A. Windows color (decimal): -977970 or 13505521. OLE color: 13505521.

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

Color convert

RGB 241 19 206 -
CMYK 0 0.92 0.15 0.05
HSL 309.46º 0.89% 0.51% -
HSV(B) 309.46º 0.92% 0.95% -
XYZ 47.65 23.62 60.44 -
YUV 106.7 184.05 223.79 -
System Red Green Blue C M Y K H S L
Decimal 241 19 206 0 0.92 0.15 0.05 309.46 0.89 0.51
Hex F1 13 CE 0 5C F 5 135 59 33
Octal 361 23 316 0 134 17 5 465 131 63
Binary 11110001 10011 11001110 0 1011100 1111 101 100110101 1011001 110011

Color Harmonies of #F113CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113CE

Black with #F113CE

Text Example


Text Example

White with #F113CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113CE; }

 p { color: rgb(241,19,206); }

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

background-color css

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

 a { background-color: rgb(241,19,206); }

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

border-color css

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

 span { border-color: rgb(241,19,206); }

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