Html Css Color HEX #F119DB Shocking Pink

📋 copy color: '#F119DB'

red 241 ◦ green 25 ◦ blue 219

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

Shades of Shocking Pink #F119DB

Tints of Shocking Pink #F119DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 49.69%
G = 5.15%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F119DB (or 0xF119DB) is known color: Shocking Pink. HEX triplet: F1, 19 and DB. RGB value is (241,25,219). Sum of RGB (Red+Green+Blue) = 241+25+219=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F119DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119DB is #0EE624. Grayscale: #6F6F6F. Windows color (decimal): -976421 or 14359025. OLE color: 14359025.

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

Color convert

RGB 241 25 219 -
CMYK 0 0.90 0.09 0.05
HSL 306.11º 0.89% 0.52% -
HSV(B) 306.11º 0.9% 0.95% -
XYZ 49.41 24.51 69.14 -
YUV 111.7 188.56 220.23 -
System Red Green Blue C M Y K H S L
Decimal 241 25 219 0 0.90 0.09 0.05 306.11 0.89 0.52
Hex F1 19 DB 0 5A 9 5 132 59 34
Octal 361 31 333 0 132 11 5 462 131 64
Binary 11110001 11001 11011011 0 1011010 1001 101 100110010 1011001 110100

Color Harmonies of #F119DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119DB

Black with #F119DB

Text Example


Text Example

White with #F119DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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