Html Css Color HEX #F502CF Hot Magenta

📋 copy color: '#F502CF'

red 245 ◦ green 2 ◦ blue 207

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

Shades of Hot Magenta #F502CF

Tints of Hot Magenta #F502CF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 53.96%
G = 0.44%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F502CF (or 0xF502CF) is known color: Hot Magenta. HEX triplet: F5, 02 and CF. RGB value is (245,2,207). Sum of RGB (Red+Green+Blue) = 245+2+207=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F502CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502CF is #0AFD30. Grayscale: #616161. Windows color (decimal): -720177 or 13566709. OLE color: 13566709.

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

Color convert

RGB 245 2 207 -
CMYK 0 0.99 0.16 0.04
HSL 309.38º 0.98% 0.48% -
HSV(B) 309.38º 0.99% 0.96% -
XYZ 48.94 23.96 61.08 -
YUV 98.03 189.51 232.83 -
System Red Green Blue C M Y K H S L
Decimal 245 2 207 0 0.99 0.16 0.04 309.38 0.98 0.48
Hex F5 2 CF 0 63 10 4 135 62 30
Octal 365 2 317 0 143 20 4 465 142 60
Binary 11110101 10 11001111 0 1100011 10000 100 100110101 1100010 110000

Color Harmonies of #F502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502CF

Black with #F502CF

Text Example


Text Example

White with #F502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502CF; }

 p { color: rgb(245,2,207); }

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

background-color css

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

 a { background-color: rgb(245,2,207); }

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

border-color css

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

 span { border-color: rgb(245,2,207); }

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