Html Css Color HEX #F803DB Hot Magenta

📋 copy color: '#F803DB'

red 248 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #F803DB

Tints of Hot Magenta #F803DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 52.77%
G = 0.64%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F803DB (or 0xF803DB) is known color: Hot Magenta. HEX triplet: F8, 03 and DB. RGB value is (248,3,219). Sum of RGB (Red+Green+Blue) = 248+3+219=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F803DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803DB is #07FC24. Grayscale: #646464. Windows color (decimal): -523301 or 14353400. OLE color: 14353400.

HSL color Cylindrical-coordinate representation of color #F803DB: hue angle of 307.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803DB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 3 219 -
CMYK 0 0.99 0.12 0.03
HSL 307.1º 0.98% 0.49% -
HSV(B) 307.1º 0.99% 0.97% -
XYZ 51.53 25.14 69.15 -
YUV 100.88 194.67 232.94 -
System Red Green Blue C M Y K H S L
Decimal 248 3 219 0 0.99 0.12 0.03 307.1 0.98 0.49
Hex F8 3 DB 0 63 C 3 133 62 31
Octal 370 3 333 0 143 14 3 463 142 61
Binary 11111000 11 11011011 0 1100011 1100 11 100110011 1100010 110001

Color Harmonies of #F803DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803DB

Black with #F803DB

Text Example


Text Example

White with #F803DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803DB; }

 p { color: rgb(248,3,219); }

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

background-color css

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

 a { background-color: rgb(248,3,219); }

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

border-color css

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

 span { border-color: rgb(248,3,219); }

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