Html Css Color HEX #F309FF Magenta

📋 copy color: '#F309FF'

red 243 ◦ green 9 ◦ blue 255

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

Shades of Magenta #F309FF

Tints of Magenta #F309FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 47.93%
G = 1.78%
B = 50.3%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F309FF (or 0xF309FF) is known color: Magenta. HEX triplet: F3, 09 and FF. RGB value is (243,9,255). Sum of RGB (Red+Green+Blue) = 243+9+255=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 9 (3.91% from 255 or 1.78% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #F309FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309FF is #0CF600. Grayscale: #6A6A6A. Windows color (decimal): -849409 or 16714227. OLE color: 16714227.

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

Color convert

RGB 243 9 255 -
CMYK 0.05 0.96 0 0
HSL 297.07º 1% 0.52% -
HSV(B) 297.07º 0.96% 1% -
XYZ 55.11 26.47 96.81 -
YUV 107.01 211.52 225 -
System Red Green Blue C M Y K H S L
Decimal 243 9 255 0.05 0.96 0 0 297.07 1 0.52
Hex F3 9 FF 5 60 0 0 129 64 34
Octal 363 11 377 5 140 0 0 451 144 64
Binary 11110011 1001 11111111 101 1100000 0 0 100101001 1100100 110100

Color Harmonies of #F309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309FF

Black with #F309FF

Text Example


Text Example

White with #F309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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