Html Css Color HEX #F82193 Deep Pink

📋 copy color: '#F82193'

red 248 ◦ green 33 ◦ blue 147

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

Shades of Deep Pink #F82193

Tints of Deep Pink #F82193

RGB

 RED value IS 248 (97.27% from 255) = 57.94%

 GREEN value IS 33 (13.28% from 255) = 7.71%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 57.94%
G = 7.71%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F82193 (or 0xF82193) is known color: Deep Pink. HEX triplet: F8, 21 and 93. RGB value is (248,33,147). Sum of RGB (Red+Green+Blue) = 248+33+147=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F82193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82193 is #07DE6C. Grayscale: #6E6E6E. Windows color (decimal): -515693 or 9642488. OLE color: 9642488.

HSL color Cylindrical-coordinate representation of color #F82193: hue angle of 328.19º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82193 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 33 147 -
CMYK 0 0.87 0.41 0.03
HSL 328.19º 0.94% 0.55% -
HSV(B) 328.19º 0.87% 0.97% -
XYZ 44.52 23.15 29.73 -
YUV 110.28 148.73 226.23 -
System Red Green Blue C M Y K H S L
Decimal 248 33 147 0 0.87 0.41 0.03 328.19 0.94 0.55
Hex F8 21 93 0 57 29 3 148 5E 37
Octal 370 41 223 0 127 51 3 510 136 67
Binary 11111000 100001 10010011 0 1010111 101001 11 101001000 1011110 110111

Color Harmonies of #F82193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82193

Black with #F82193

Text Example


Text Example

White with #F82193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82193; }

 p { color: rgb(248,33,147); }

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

background-color css

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

 a { background-color: rgb(248,33,147); }

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

border-color css

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

 span { border-color: rgb(248,33,147); }

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