Html Css Color HEX #F309F2 Magenta

📋 copy color: '#F309F2'

red 243 ◦ green 9 ◦ blue 242

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

Shades of Magenta #F309F2

Tints of Magenta #F309F2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.82%

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 49.19%
G = 1.82%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F309F2 (or 0xF309F2) is known color: Magenta. HEX triplet: F3, 09 and F2. RGB value is (243,9,242). Sum of RGB (Red+Green+Blue) = 243+9+242=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 9 (3.91% from 255 or 1.82% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F309F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309F2 is #0CF60D. Grayscale: #686868. Windows color (decimal): -849422 or 15862259. OLE color: 15862259.

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

Color convert

RGB 243 9 242 -
CMYK 0 0.96 0.00 0.05
HSL 300.26º 0.93% 0.49% -
HSV(B) 300.26º 0.96% 0.95% -
XYZ 53.09 25.66 86.16 -
YUV 105.53 205.02 226.05 -
System Red Green Blue C M Y K H S L
Decimal 243 9 242 0 0.96 0.00 0.05 300.26 0.93 0.49
Hex F3 9 F2 0 60 0 5 12C 5D 31
Octal 363 11 362 0 140 0 5 454 135 61
Binary 11110011 1001 11110010 0 1100000 0 101 100101100 1011101 110001

Color Harmonies of #F309F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309F2

Black with #F309F2

Text Example


Text Example

White with #F309F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309F2; }

 p { color: rgb(243,9,242); }

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

background-color css

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

 a { background-color: rgb(243,9,242); }

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

border-color css

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

 span { border-color: rgb(243,9,242); }

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