Html Css Color HEX #F919B9 Shocking Pink

📋 copy color: '#F919B9'

red 249 ◦ green 25 ◦ blue 185

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

Shades of Shocking Pink #F919B9

Tints of Shocking Pink #F919B9

RGB

 RED value IS 249 (97.66% from 255) = 54.25%

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 54.25%
G = 5.45%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F919B9 (or 0xF919B9) is known color: Shocking Pink. HEX triplet: F9, 19 and B9. RGB value is (249,25,185). Sum of RGB (Red+Green+Blue) = 249+25+185=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F919B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919B9 is #06E646. Grayscale: #6D6D6D. Windows color (decimal): -452167 or 12130809. OLE color: 12130809.

HSL color Cylindrical-coordinate representation of color #F919B9: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919B9 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 185 -
CMYK 0 0.90 0.26 0.02
HSL 317.14º 0.95% 0.54% -
HSV(B) 317.14º 0.9% 0.98% -
XYZ 48.17 24.34 48.06 -
YUV 110.22 170.21 226.99 -
System Red Green Blue C M Y K H S L
Decimal 249 25 185 0 0.90 0.26 0.02 317.14 0.95 0.54
Hex F9 19 B9 0 5A 1A 2 13D 5F 36
Octal 371 31 271 0 132 32 2 475 137 66
Binary 11111001 11001 10111001 0 1011010 11010 10 100111101 1011111 110110

Color Harmonies of #F919B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919B9

Black with #F919B9

Text Example


Text Example

White with #F919B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919B9; }

 p { color: rgb(249,25,185); }

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

background-color css

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

 a { background-color: rgb(249,25,185); }

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

border-color css

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

 span { border-color: rgb(249,25,185); }

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