Html Css Color HEX #F305FD Magenta

📋 copy color: '#F305FD'

red 243 ◦ green 5 ◦ blue 253

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

Shades of Magenta #F305FD

Tints of Magenta #F305FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1%

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

R = 48.5%
G = 1%
B = 50.5%

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

#F305FD (or 0xF305FD) is known color: Magenta. HEX triplet: F3, 05 and FD. RGB value is (243,5,253). Sum of RGB (Red+Green+Blue) = 243+5+253=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 5 (2.34% from 255 or 1.00% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F305FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305FD is #0CFA02. Grayscale: #676767. Windows color (decimal): -850435 or 16582131. OLE color: 16582131.

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

Color convert

RGB 243 5 253 -
CMYK 0.04 0.98 0 0.01
HSL 297.58º 0.98% 0.51% -
HSV(B) 297.58º 0.98% 0.99% -
XYZ 54.75 26.26 95.11 -
YUV 104.43 211.85 226.83 -
System Red Green Blue C M Y K H S L
Decimal 243 5 253 0.04 0.98 0 0.01 297.58 0.98 0.51
Hex F3 5 FD 4 62 0 1 12A 62 33
Octal 363 5 375 4 142 0 1 452 142 63
Binary 11110011 101 11111101 100 1100010 0 1 100101010 1100010 110011

Color Harmonies of #F305FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F305FD

Black with #F305FD

Text Example


Text Example

White with #F305FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F305FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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