Html Css Color HEX #F308D0 Hot Magenta

📋 copy color: '#F308D0'

red 243 ◦ green 8 ◦ blue 208

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

Shades of Hot Magenta #F308D0

Tints of Hot Magenta #F308D0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 52.94%
G = 1.74%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F308D0 (or 0xF308D0) is known color: Hot Magenta. HEX triplet: F3, 08 and D0. RGB value is (243,8,208). Sum of RGB (Red+Green+Blue) = 243+8+208=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F308D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308D0 is #0CF72F. Grayscale: #646464. Windows color (decimal): -849712 or 13633779. OLE color: 13633779.

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

Color convert

RGB 243 8 208 -
CMYK 0 0.97 0.14 0.05
HSL 308.94º 0.94% 0.49% -
HSV(B) 308.94º 0.97% 0.95% -
XYZ 48.43 23.78 61.71 -
YUV 101.07 188.36 229.24 -
System Red Green Blue C M Y K H S L
Decimal 243 8 208 0 0.97 0.14 0.05 308.94 0.94 0.49
Hex F3 8 D0 0 61 E 5 135 5E 31
Octal 363 10 320 0 141 16 5 465 136 61
Binary 11110011 1000 11010000 0 1100001 1110 101 100110101 1011110 110001

Color Harmonies of #F308D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F308D0

Black with #F308D0

Text Example


Text Example

White with #F308D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F308D0; }

 p { color: rgb(243,8,208); }

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

background-color css

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

 a { background-color: rgb(243,8,208); }

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

border-color css

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

 span { border-color: rgb(243,8,208); }

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