Html Css Color HEX #F920C5 Shocking Pink

📋 copy color: '#F920C5'

red 249 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #F920C5

Tints of Shocking Pink #F920C5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.69%

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 52.09%
G = 6.69%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F920C5 (or 0xF920C5) is known color: Shocking Pink. HEX triplet: F9, 20 and C5. RGB value is (249,32,197). Sum of RGB (Red+Green+Blue) = 249+32+197=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F920C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920C5 is #06DF3A. Grayscale: #737373. Windows color (decimal): -450363 or 12919033. OLE color: 12919033.

HSL color Cylindrical-coordinate representation of color #F920C5: hue angle of 314.38º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920C5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 197 -
CMYK 0 0.87 0.21 0.02
HSL 314.38º 0.95% 0.55% -
HSV(B) 314.38º 0.87% 0.98% -
XYZ 49.66 25.2 55.07 -
YUV 115.69 173.89 223.08 -
System Red Green Blue C M Y K H S L
Decimal 249 32 197 0 0.87 0.21 0.02 314.38 0.95 0.55
Hex F9 20 C5 0 57 15 2 13A 5F 37
Octal 371 40 305 0 127 25 2 472 137 67
Binary 11111001 100000 11000101 0 1010111 10101 10 100111010 1011111 110111

Color Harmonies of #F920C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920C5

Black with #F920C5

Text Example


Text Example

White with #F920C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920C5; }

 p { color: rgb(249,32,197); }

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

background-color css

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

 a { background-color: rgb(249,32,197); }

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

border-color css

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

 span { border-color: rgb(249,32,197); }

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