Html Css Color HEX #F303CA Hot Magenta

📋 copy color: '#F303CA'

red 243 ◦ green 3 ◦ blue 202

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

Shades of Hot Magenta #F303CA

Tints of Hot Magenta #F303CA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 54.24%
G = 0.67%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F303CA (or 0xF303CA) is known color: Hot Magenta. HEX triplet: F3, 03 and CA. RGB value is (243,3,202). Sum of RGB (Red+Green+Blue) = 243+3+202=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F303CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303CA is #0CFC35. Grayscale: #606060. Windows color (decimal): -850998 or 13239283. OLE color: 13239283.

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

Color convert

RGB 243 3 202 -
CMYK 0 0.99 0.17 0.05
HSL 310.25º 0.98% 0.48% -
HSV(B) 310.25º 0.99% 0.95% -
XYZ 47.66 23.38 57.88 -
YUV 97.45 187.01 231.82 -
System Red Green Blue C M Y K H S L
Decimal 243 3 202 0 0.99 0.17 0.05 310.25 0.98 0.48
Hex F3 3 CA 0 63 11 5 136 62 30
Octal 363 3 312 0 143 21 5 466 142 60
Binary 11110011 11 11001010 0 1100011 10001 101 100110110 1100010 110000

Color Harmonies of #F303CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F303CA

Black with #F303CA

Text Example


Text Example

White with #F303CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F303CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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