Html Css Color HEX #F301CA Hot Magenta

📋 copy color: '#F301CA'

red 243 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #F301CA

Tints of Hot Magenta #F301CA

RGB

 RED value IS 243 (95.31% from 255) = 54.48%

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 54.48%
G = 0.22%
B = 45.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F301CA (or 0xF301CA) is known color: Hot Magenta. HEX triplet: F3, 01 and CA. RGB value is (243,1,202). Sum of RGB (Red+Green+Blue) = 243+1+202=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F301CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301CA is #0CFE35. Grayscale: #5F5F5F. Windows color (decimal): -851510 or 13238771. OLE color: 13238771.

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

Color convert

RGB 243 1 202 -
CMYK 0 1.00 0.17 0.05
HSL 310.17º 0.99% 0.48% -
HSV(B) 310.17º 1% 0.95% -
XYZ 47.63 23.34 57.87 -
YUV 96.27 187.67 232.66 -
System Red Green Blue C M Y K H S L
Decimal 243 1 202 0 1.00 0.17 0.05 310.17 0.99 0.48
Hex F3 1 CA 0 64 11 5 136 63 30
Octal 363 1 312 0 144 21 5 466 143 60
Binary 11110011 1 11001010 0 1100100 10001 101 100110110 1100011 110000

Color Harmonies of #F301CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301CA

Black with #F301CA

Text Example


Text Example

White with #F301CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301CA; }

 p { color: rgb(243,1,202); }

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

background-color css

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

 a { background-color: rgb(243,1,202); }

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

border-color css

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

 span { border-color: rgb(243,1,202); }

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