Html Css Color HEX #F800DA Hot Magenta

📋 copy color: '#F800DA'

red 248 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #F800DA

Tints of Hot Magenta #F800DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 53.22%
G = 0%
B = 46.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F800DA (or 0xF800DA) is known color: Hot Magenta. HEX triplet: F8, 00 and DA. RGB value is (248,0,218). Sum of RGB (Red+Green+Blue) = 248+0+218=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F800DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800DA is #07FF25. Grayscale: #626262. Windows color (decimal): -524070 or 14287096. OLE color: 14287096.

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

Color convert

RGB 248 0 218 -
CMYK 0 1 0.12 0.03
HSL 307.26º 1% 0.49% -
HSV(B) 307.26º 1% 0.97% -
XYZ 51.37 25.02 68.45 -
YUV 99 195.16 234.27 -
System Red Green Blue C M Y K H S L
Decimal 248 0 218 0 1 0.12 0.03 307.26 1 0.49
Hex F8 0 DA 0 64 C 3 133 64 31
Octal 370 0 332 0 144 14 3 463 144 61
Binary 11111000 0 11011010 0 1100100 1100 11 100110011 1100100 110001

Color Harmonies of #F800DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800DA

Black with #F800DA

Text Example


Text Example

White with #F800DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800DA; }

 p { color: rgb(248,0,218); }

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

background-color css

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

 a { background-color: rgb(248,0,218); }

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

border-color css

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

 span { border-color: rgb(248,0,218); }

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