Html Css Color HEX #F119B7 Shocking Pink

📋 copy color: '#F119B7'

red 241 ◦ green 25 ◦ blue 183

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

Shades of Shocking Pink #F119B7

Tints of Shocking Pink #F119B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 53.67%
G = 5.57%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F119B7 (or 0xF119B7) is known color: Shocking Pink. HEX triplet: F1, 19 and B7. RGB value is (241,25,183). Sum of RGB (Red+Green+Blue) = 241+25+183=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F119B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119B7 is #0EE648. Grayscale: #6B6B6B. Windows color (decimal): -976457 or 11999729. OLE color: 11999729.

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

Color convert

RGB 241 25 183 -
CMYK 0 0.90 0.24 0.05
HSL 316.11º 0.89% 0.52% -
HSV(B) 316.11º 0.9% 0.95% -
XYZ 45.17 22.81 46.82 -
YUV 107.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 241 25 183 0 0.90 0.24 0.05 316.11 0.89 0.52
Hex F1 19 B7 0 5A 18 5 13C 59 34
Octal 361 31 267 0 132 30 5 474 131 64
Binary 11110001 11001 10110111 0 1011010 11000 101 100111100 1011001 110100

Color Harmonies of #F119B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119B7

Black with #F119B7

Text Example


Text Example

White with #F119B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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