Html Css Color HEX #F82290 Deep Pink

📋 copy color: '#F82290'

red 248 ◦ green 34 ◦ blue 144

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

Shades of Deep Pink #F82290

Tints of Deep Pink #F82290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.98%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 58.22%
G = 7.98%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F82290 (or 0xF82290) is known color: Deep Pink. HEX triplet: F8, 22 and 90. RGB value is (248,34,144). Sum of RGB (Red+Green+Blue) = 248+34+144=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F82290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82290 is #07DD6F. Grayscale: #6E6E6E. Windows color (decimal): -515440 or 9446136. OLE color: 9446136.

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

Color convert

RGB 248 34 144 -
CMYK 0 0.86 0.42 0.03
HSL 329.16º 0.94% 0.55% -
HSV(B) 329.16º 0.86% 0.97% -
XYZ 44.32 23.11 28.51 -
YUV 110.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 248 34 144 0 0.86 0.42 0.03 329.16 0.94 0.55
Hex F8 22 90 0 56 2A 3 149 5E 37
Octal 370 42 220 0 126 52 3 511 136 67
Binary 11111000 100010 10010000 0 1010110 101010 11 101001001 1011110 110111

Color Harmonies of #F82290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82290

Black with #F82290

Text Example


Text Example

White with #F82290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82290; }

 p { color: rgb(248,34,144); }

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

background-color css

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

 a { background-color: rgb(248,34,144); }

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

border-color css

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

 span { border-color: rgb(248,34,144); }

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