Html Css Color HEX #F306D5 Hot Magenta

📋 copy color: '#F306D5'

red 243 ◦ green 6 ◦ blue 213

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

Shades of Hot Magenta #F306D5

Tints of Hot Magenta #F306D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.1%

R = 52.6%
G = 1.3%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F306D5 (or 0xF306D5) is known color: Hot Magenta. HEX triplet: F3, 06 and D5. RGB value is (243,6,213). Sum of RGB (Red+Green+Blue) = 243+6+213=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F306D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306D5 is #0CF92A. Grayscale: #636363. Windows color (decimal): -850219 or 13960947. OLE color: 13960947.

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

Color convert

RGB 243 6 213 -
CMYK 0 0.98 0.12 0.05
HSL 307.59º 0.95% 0.49% -
HSV(B) 307.59º 0.98% 0.95% -
XYZ 49.04 23.99 65 -
YUV 100.46 191.52 229.67 -
System Red Green Blue C M Y K H S L
Decimal 243 6 213 0 0.98 0.12 0.05 307.59 0.95 0.49
Hex F3 6 D5 0 62 C 5 134 5F 31
Octal 363 6 325 0 142 14 5 464 137 61
Binary 11110011 110 11010101 0 1100010 1100 101 100110100 1011111 110001

Color Harmonies of #F306D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306D5

Black with #F306D5

Text Example


Text Example

White with #F306D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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