Html Css Color HEX #F306FD Magenta

📋 copy color: '#F306FD'

red 243 ◦ green 6 ◦ blue 253

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

Shades of Magenta #F306FD

Tints of Magenta #F306FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 48.41%
G = 1.2%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F306FD (or 0xF306FD) is known color: Magenta. HEX triplet: F3, 06 and FD. RGB value is (243,6,253). Sum of RGB (Red+Green+Blue) = 243+6+253=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #F306FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306FD is #0CF902. Grayscale: #686868. Windows color (decimal): -850179 or 16582387. OLE color: 16582387.

HSL color Cylindrical-coordinate representation of color #F306FD: hue angle of 297.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306FD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 6 253 -
CMYK 0.04 0.98 0 0.01
HSL 297.57º 0.98% 0.51% -
HSV(B) 297.57º 0.98% 0.99% -
XYZ 54.76 26.28 95.11 -
YUV 105.02 211.52 226.42 -
System Red Green Blue C M Y K H S L
Decimal 243 6 253 0.04 0.98 0 0.01 297.57 0.98 0.51
Hex F3 6 FD 4 62 0 1 12A 62 33
Octal 363 6 375 4 142 0 1 452 142 63
Binary 11110011 110 11111101 100 1100010 0 1 100101010 1100010 110011

Color Harmonies of #F306FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306FD

Black with #F306FD

Text Example


Text Example

White with #F306FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306FD; }

 p { color: rgb(243,6,253); }

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

background-color css

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

 a { background-color: rgb(243,6,253); }

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

border-color css

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

 span { border-color: rgb(243,6,253); }

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