Html Css Color HEX #F306D2 Hot Magenta

📋 copy color: '#F306D2'

red 243 ◦ green 6 ◦ blue 210

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

Shades of Hot Magenta #F306D2

Tints of Hot Magenta #F306D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 52.94%
G = 1.31%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F306D2 (or 0xF306D2) is known color: Hot Magenta. HEX triplet: F3, 06 and D2. RGB value is (243,6,210). Sum of RGB (Red+Green+Blue) = 243+6+210=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F306D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306D2 is #0CF92D. Grayscale: #636363. Windows color (decimal): -850222 or 13764339. OLE color: 13764339.

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

Color convert

RGB 243 6 210 -
CMYK 0 0.98 0.14 0.05
HSL 308.35º 0.95% 0.49% -
HSV(B) 308.35º 0.98% 0.95% -
XYZ 48.66 23.84 63.01 -
YUV 100.12 190.02 229.91 -
System Red Green Blue C M Y K H S L
Decimal 243 6 210 0 0.98 0.14 0.05 308.35 0.95 0.49
Hex F3 6 D2 0 62 E 5 134 5F 31
Octal 363 6 322 0 142 16 5 464 137 61
Binary 11110011 110 11010010 0 1100010 1110 101 100110100 1011111 110001

Color Harmonies of #F306D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F306D2

Black with #F306D2

Text Example


Text Example

White with #F306D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F306D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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