Html Css Color HEX #F307E1 Hot Magenta

📋 copy color: '#F307E1'

red 243 ◦ green 7 ◦ blue 225

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

Shades of Hot Magenta #F307E1

Tints of Hot Magenta #F307E1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.47%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 51.16%
G = 1.47%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F307E1 (or 0xF307E1) is known color: Hot Magenta. HEX triplet: F3, 07 and E1. RGB value is (243,7,225). Sum of RGB (Red+Green+Blue) = 243+7+225=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F307E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307E1 is #0CF81E. Grayscale: #656565. Windows color (decimal): -849951 or 14747635. OLE color: 14747635.

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

Color convert

RGB 243 7 225 -
CMYK 0 0.97 0.07 0.05
HSL 304.58º 0.94% 0.49% -
HSV(B) 304.58º 0.97% 0.95% -
XYZ 50.63 24.64 73.32 -
YUV 102.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 243 7 225 0 0.97 0.07 0.05 304.58 0.94 0.49
Hex F3 7 E1 0 61 7 5 131 5E 31
Octal 363 7 341 0 141 7 5 461 136 61
Binary 11110011 111 11100001 0 1100001 111 101 100110001 1011110 110001

Color Harmonies of #F307E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F307E1

Black with #F307E1

Text Example


Text Example

White with #F307E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F307E1; }

 p { color: rgb(243,7,225); }

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

background-color css

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

 a { background-color: rgb(243,7,225); }

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

border-color css

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

 span { border-color: rgb(243,7,225); }

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