Html Css Color HEX #F304C5 Hot Magenta

📋 copy color: '#F304C5'

red 243 ◦ green 4 ◦ blue 197

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

Shades of Hot Magenta #F304C5

Tints of Hot Magenta #F304C5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 54.73%
G = 0.9%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F304C5 (or 0xF304C5) is known color: Hot Magenta. HEX triplet: F3, 04 and C5. RGB value is (243,4,197). Sum of RGB (Red+Green+Blue) = 243+4+197=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F304C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304C5 is #0CFB3A. Grayscale: #606060. Windows color (decimal): -850747 or 12911859. OLE color: 12911859.

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

Color convert

RGB 243 4 197 -
CMYK 0 0.98 0.19 0.05
HSL 311.55º 0.97% 0.48% -
HSV(B) 311.55º 0.98% 0.95% -
XYZ 47.08 23.17 54.81 -
YUV 97.46 184.18 231.81 -
System Red Green Blue C M Y K H S L
Decimal 243 4 197 0 0.98 0.19 0.05 311.55 0.97 0.48
Hex F3 4 C5 0 62 13 5 138 61 30
Octal 363 4 305 0 142 23 5 470 141 60
Binary 11110011 100 11000101 0 1100010 10011 101 100111000 1100001 110000

Color Harmonies of #F304C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304C5

Black with #F304C5

Text Example


Text Example

White with #F304C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304C5; }

 p { color: rgb(243,4,197); }

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

background-color css

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

 a { background-color: rgb(243,4,197); }

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

border-color css

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

 span { border-color: rgb(243,4,197); }

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