Html Css Color HEX #F309DD Hot Magenta

📋 copy color: '#F309DD'

red 243 ◦ green 9 ◦ blue 221

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

Shades of Hot Magenta #F309DD

Tints of Hot Magenta #F309DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 51.37%
G = 1.9%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F309DD (or 0xF309DD) is known color: Hot Magenta. HEX triplet: F3, 09 and DD. RGB value is (243,9,221). Sum of RGB (Red+Green+Blue) = 243+9+221=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F309DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309DD is #0CF622. Grayscale: #666666. Windows color (decimal): -849443 or 14486003. OLE color: 14486003.

HSL color Cylindrical-coordinate representation of color #F309DD: hue angle of 305.64º 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 #F309DD is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 9 221 -
CMYK 0 0.96 0.09 0.05
HSL 305.64º 0.93% 0.49% -
HSV(B) 305.64º 0.96% 0.95% -
XYZ 50.11 24.47 70.49 -
YUV 103.13 194.52 227.76 -
System Red Green Blue C M Y K H S L
Decimal 243 9 221 0 0.96 0.09 0.05 305.64 0.93 0.49
Hex F3 9 DD 0 60 9 5 132 5D 31
Octal 363 11 335 0 140 11 5 462 135 61
Binary 11110011 1001 11011101 0 1100000 1001 101 100110010 1011101 110001

Color Harmonies of #F309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309DD

Black with #F309DD

Text Example


Text Example

White with #F309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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