Html Css Color HEX #F307DD Hot Magenta

📋 copy color: '#F307DD'

red 243 ◦ green 7 ◦ blue 221

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

Shades of Hot Magenta #F307DD

Tints of Hot Magenta #F307DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

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

R = 51.59%
G = 1.49%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F307DD (or 0xF307DD) is known color: Hot Magenta. HEX triplet: F3, 07 and DD. RGB value is (243,7,221). Sum of RGB (Red+Green+Blue) = 243+7+221=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F307DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307DD is #0CF822. Grayscale: #656565. Windows color (decimal): -849955 or 14485491. OLE color: 14485491.

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

Color convert

RGB 243 7 221 -
CMYK 0 0.97 0.09 0.05
HSL 305.59º 0.94% 0.49% -
HSV(B) 305.59º 0.97% 0.95% -
XYZ 50.09 24.43 70.48 -
YUV 101.96 195.19 228.6 -
System Red Green Blue C M Y K H S L
Decimal 243 7 221 0 0.97 0.09 0.05 305.59 0.94 0.49
Hex F3 7 DD 0 61 9 5 132 5E 31
Octal 363 7 335 0 141 11 5 462 136 61
Binary 11110011 111 11011101 0 1100001 1001 101 100110010 1011110 110001

Color Harmonies of #F307DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F307DD

Black with #F307DD

Text Example


Text Example

White with #F307DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F307DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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