Html Css Color HEX #F306D4 Hot Magenta

📋 copy color: '#F306D4'

red 243 ◦ green 6 ◦ blue 212

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

Shades of Hot Magenta #F306D4

Tints of Hot Magenta #F306D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 52.71%
G = 1.3%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F306D4 (or 0xF306D4) is known color: Hot Magenta. HEX triplet: F3, 06 and D4. RGB value is (243,6,212). Sum of RGB (Red+Green+Blue) = 243+6+212=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F306D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306D4 is #0CF92B. Grayscale: #636363. Windows color (decimal): -850220 or 13895411. OLE color: 13895411.

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

Color convert

RGB 243 6 212 -
CMYK 0 0.98 0.13 0.05
HSL 307.85º 0.95% 0.49% -
HSV(B) 307.85º 0.98% 0.95% -
XYZ 48.91 23.94 64.33 -
YUV 100.35 191.02 229.75 -
System Red Green Blue C M Y K H S L
Decimal 243 6 212 0 0.98 0.13 0.05 307.85 0.95 0.49
Hex F3 6 D4 0 62 D 5 134 5F 31
Octal 363 6 324 0 142 15 5 464 137 61
Binary 11110011 110 11010100 0 1100010 1101 101 100110100 1011111 110001

Color Harmonies of #F306D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306D4

Black with #F306D4

Text Example


Text Example

White with #F306D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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