Html Css Color HEX #F920BE Shocking Pink

📋 copy color: '#F920BE'

red 249 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #F920BE

Tints of Shocking Pink #F920BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 52.87%
G = 6.79%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F920BE (or 0xF920BE) is known color: Shocking Pink. HEX triplet: F9, 20 and BE. RGB value is (249,32,190). Sum of RGB (Red+Green+Blue) = 249+32+190=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F920BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F920BE is #06DF41. Grayscale: #727272. Windows color (decimal): -450370 or 12460281. OLE color: 12460281.

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

Color convert

RGB 249 32 190 -
CMYK 0 0.87 0.24 0.02
HSL 316.31º 0.95% 0.55% -
HSV(B) 316.31º 0.87% 0.98% -
XYZ 48.88 24.89 50.94 -
YUV 114.9 170.39 223.65 -
System Red Green Blue C M Y K H S L
Decimal 249 32 190 0 0.87 0.24 0.02 316.31 0.95 0.55
Hex F9 20 BE 0 57 18 2 13C 5F 37
Octal 371 40 276 0 127 30 2 474 137 67
Binary 11111001 100000 10111110 0 1010111 11000 10 100111100 1011111 110111

Color Harmonies of #F920BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920BE

Black with #F920BE

Text Example


Text Example

White with #F920BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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