Html Css Color HEX #F119D1 Shocking Pink

📋 copy color: '#F119D1'

red 241 ◦ green 25 ◦ blue 209

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

Shades of Shocking Pink #F119D1

Tints of Shocking Pink #F119D1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.26%

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

R = 50.74%
G = 5.26%
B = 44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F119D1 (or 0xF119D1) is known color: Shocking Pink. HEX triplet: F1, 19 and D1. RGB value is (241,25,209). Sum of RGB (Red+Green+Blue) = 241+25+209=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F119D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119D1 is #0EE62E. Grayscale: #6E6E6E. Windows color (decimal): -976431 or 13703665. OLE color: 13703665.

HSL color Cylindrical-coordinate representation of color #F119D1: hue angle of 308.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119D1 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 209 -
CMYK 0 0.90 0.13 0.05
HSL 308.89º 0.89% 0.52% -
HSV(B) 308.89º 0.9% 0.95% -
XYZ 48.13 24 62.42 -
YUV 110.56 183.56 221.04 -
System Red Green Blue C M Y K H S L
Decimal 241 25 209 0 0.90 0.13 0.05 308.89 0.89 0.52
Hex F1 19 D1 0 5A D 5 135 59 34
Octal 361 31 321 0 132 15 5 465 131 64
Binary 11110001 11001 11010001 0 1011010 1101 101 100110101 1011001 110100

Color Harmonies of #F119D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119D1

Black with #F119D1

Text Example


Text Example

White with #F119D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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