Html Css Color HEX #F82195 Deep Pink

📋 copy color: '#F82195'

red 248 ◦ green 33 ◦ blue 149

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

Shades of Deep Pink #F82195

Tints of Deep Pink #F82195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 57.67%
G = 7.67%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F82195 (or 0xF82195) is known color: Deep Pink. HEX triplet: F8, 21 and 95. RGB value is (248,33,149). Sum of RGB (Red+Green+Blue) = 248+33+149=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F82195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82195 is #07DE6A. Grayscale: #6E6E6E. Windows color (decimal): -515691 or 9773560. OLE color: 9773560.

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

Color convert

RGB 248 33 149 -
CMYK 0 0.87 0.40 0.03
HSL 327.63º 0.94% 0.55% -
HSV(B) 327.63º 0.87% 0.97% -
XYZ 44.68 23.21 30.56 -
YUV 110.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 248 33 149 0 0.87 0.40 0.03 327.63 0.94 0.55
Hex F8 21 95 0 57 28 3 148 5E 37
Octal 370 41 225 0 127 50 3 510 136 67
Binary 11111000 100001 10010101 0 1010111 101000 11 101001000 1011110 110111

Color Harmonies of #F82195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82195

Black with #F82195

Text Example


Text Example

White with #F82195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82195; }

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

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

background-color css

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

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

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

border-color css

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

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

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