Html Css Color HEX #F119CE Shocking Pink

📋 copy color: '#F119CE'

red 241 ◦ green 25 ◦ blue 206

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

Shades of Shocking Pink #F119CE

Tints of Shocking Pink #F119CE

RGB

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

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

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

R = 51.06%
G = 5.3%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F119CE (or 0xF119CE) is known color: Shocking Pink. HEX triplet: F1, 19 and CE. RGB value is (241,25,206). Sum of RGB (Red+Green+Blue) = 241+25+206=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F119CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119CE is #0EE631. Grayscale: #6D6D6D. Windows color (decimal): -976434 or 13507057. OLE color: 13507057.

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

Color convert

RGB 241 25 206 -
CMYK 0 0.90 0.15 0.05
HSL 309.72º 0.89% 0.52% -
HSV(B) 309.72º 0.9% 0.95% -
XYZ 47.76 23.85 60.48 -
YUV 110.22 182.06 221.28 -
System Red Green Blue C M Y K H S L
Decimal 241 25 206 0 0.90 0.15 0.05 309.72 0.89 0.52
Hex F1 19 CE 0 5A F 5 136 59 34
Octal 361 31 316 0 132 17 5 466 131 64
Binary 11110001 11001 11001110 0 1011010 1111 101 100110110 1011001 110100

Color Harmonies of #F119CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119CE

Black with #F119CE

Text Example


Text Example

White with #F119CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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