Html Css Color HEX #F505CC Hot Magenta

📋 copy color: '#F505CC'

red 245 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #F505CC

Tints of Hot Magenta #F505CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 53.96%
G = 1.1%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F505CC (or 0xF505CC) is known color: Hot Magenta. HEX triplet: F5, 05 and CC. RGB value is (245,5,204). Sum of RGB (Red+Green+Blue) = 245+5+204=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F505CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505CC is #0AFA33. Grayscale: #626262. Windows color (decimal): -719412 or 13370869. OLE color: 13370869.

HSL color Cylindrical-coordinate representation of color #F505CC: hue angle of 310.25º 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 #F505CC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 204 -
CMYK 0 0.98 0.17 0.04
HSL 310.25º 0.96% 0.49% -
HSV(B) 310.25º 0.98% 0.96% -
XYZ 48.61 23.88 59.17 -
YUV 99.45 187.01 231.82 -
System Red Green Blue C M Y K H S L
Decimal 245 5 204 0 0.98 0.17 0.04 310.25 0.96 0.49
Hex F5 5 CC 0 62 11 4 136 60 31
Octal 365 5 314 0 142 21 4 466 140 61
Binary 11110101 101 11001100 0 1100010 10001 100 100110110 1100000 110001

Color Harmonies of #F505CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505CC

Black with #F505CC

Text Example


Text Example

White with #F505CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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