Html Css Color HEX #F304C9 Hot Magenta

📋 copy color: '#F304C9'

red 243 ◦ green 4 ◦ blue 201

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

Shades of Hot Magenta #F304C9

Tints of Hot Magenta #F304C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 54.24%
G = 0.89%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F304C9 (or 0xF304C9) is known color: Hot Magenta. HEX triplet: F3, 04 and C9. RGB value is (243,4,201). Sum of RGB (Red+Green+Blue) = 243+4+201=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F304C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304C9 is #0CFB36. Grayscale: #616161. Windows color (decimal): -850743 or 13174003. OLE color: 13174003.

HSL color Cylindrical-coordinate representation of color #F304C9: hue angle of 310.54º 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 #F304C9 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 201 -
CMYK 0 0.98 0.17 0.05
HSL 310.54º 0.97% 0.48% -
HSV(B) 310.54º 0.98% 0.95% -
XYZ 47.55 23.36 57.26 -
YUV 97.92 186.18 231.48 -
System Red Green Blue C M Y K H S L
Decimal 243 4 201 0 0.98 0.17 0.05 310.54 0.97 0.48
Hex F3 4 C9 0 62 11 5 137 61 30
Octal 363 4 311 0 142 21 5 467 141 60
Binary 11110011 100 11001001 0 1100010 10001 101 100110111 1100001 110000

Color Harmonies of #F304C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304C9

Black with #F304C9

Text Example


Text Example

White with #F304C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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