Html Css Color HEX #F505DD Hot Magenta

📋 copy color: '#F505DD'

red 245 ◦ green 5 ◦ blue 221

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

Shades of Hot Magenta #F505DD

Tints of Hot Magenta #F505DD

RGB

 RED value IS 245 (96.09% from 255) = 52.02%

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 52.02%
G = 1.06%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F505DD (or 0xF505DD) is known color: Hot Magenta. HEX triplet: F5, 05 and DD. RGB value is (245,5,221). Sum of RGB (Red+Green+Blue) = 245+5+221=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F505DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505DD is #0AFA22. Grayscale: #646464. Windows color (decimal): -719395 or 14484981. OLE color: 14484981.

HSL color Cylindrical-coordinate representation of color #F505DD: hue angle of 306º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505DD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 221 -
CMYK 0 0.98 0.10 0.04
HSL 306º 0.96% 0.49% -
HSV(B) 306º 0.98% 0.96% -
XYZ 50.76 24.74 70.51 -
YUV 101.38 195.51 230.44 -
System Red Green Blue C M Y K H S L
Decimal 245 5 221 0 0.98 0.10 0.04 306 0.96 0.49
Hex F5 5 DD 0 62 A 4 132 60 31
Octal 365 5 335 0 142 12 4 462 140 61
Binary 11110101 101 11011101 0 1100010 1010 100 100110010 1100000 110001

Color Harmonies of #F505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505DD

Black with #F505DD

Text Example


Text Example

White with #F505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505DD; }

 p { color: rgb(245,5,221); }

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

background-color css

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

 a { background-color: rgb(245,5,221); }

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

border-color css

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

 span { border-color: rgb(245,5,221); }

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