Html Css Color HEX #F501CF Hot Magenta

📋 copy color: '#F501CF'

red 245 ◦ green 1 ◦ blue 207

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

Shades of Hot Magenta #F501CF

Tints of Hot Magenta #F501CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 54.08%
G = 0.22%
B = 45.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F501CF (or 0xF501CF) is known color: Hot Magenta. HEX triplet: F5, 01 and CF. RGB value is (245,1,207). Sum of RGB (Red+Green+Blue) = 245+1+207=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F501CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501CF is #0AFE30. Grayscale: #606060. Windows color (decimal): -720433 or 13566453. OLE color: 13566453.

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

Color convert

RGB 245 1 207 -
CMYK 0 1.00 0.16 0.04
HSL 309.34º 0.99% 0.48% -
HSV(B) 309.34º 1% 0.96% -
XYZ 48.93 23.94 61.07 -
YUV 97.44 189.84 233.25 -
System Red Green Blue C M Y K H S L
Decimal 245 1 207 0 1.00 0.16 0.04 309.34 0.99 0.48
Hex F5 1 CF 0 64 10 4 135 63 30
Octal 365 1 317 0 144 20 4 465 143 60
Binary 11110101 1 11001111 0 1100100 10000 100 100110101 1100011 110000

Color Harmonies of #F501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501CF

Black with #F501CF

Text Example


Text Example

White with #F501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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