Html Css Color HEX #F113D1 Shocking Pink

📋 copy color: '#F113D1'

red 241 ◦ green 19 ◦ blue 209

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

Shades of Shocking Pink #F113D1

Tints of Shocking Pink #F113D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 51.39%
G = 4.05%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F113D1 (or 0xF113D1) is known color: Shocking Pink. HEX triplet: F1, 13 and D1. RGB value is (241,19,209). Sum of RGB (Red+Green+Blue) = 241+19+209=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D1 is #0EEC2E. Grayscale: #6A6A6A. Windows color (decimal): -977967 or 13702129. OLE color: 13702129.

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

Color convert

RGB 241 19 209 -
CMYK 0 0.92 0.13 0.05
HSL 308.65º 0.89% 0.51% -
HSV(B) 308.65º 0.92% 0.95% -
XYZ 48.02 23.77 62.38 -
YUV 107.04 185.55 223.55 -
System Red Green Blue C M Y K H S L
Decimal 241 19 209 0 0.92 0.13 0.05 308.65 0.89 0.51
Hex F1 13 D1 0 5C D 5 135 59 33
Octal 361 23 321 0 134 15 5 465 131 63
Binary 11110001 10011 11010001 0 1011100 1101 101 100110101 1011001 110011

Color Harmonies of #F113D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113D1

Black with #F113D1

Text Example


Text Example

White with #F113D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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