Html Css Color HEX #F300CC Hot Magenta

📋 copy color: '#F300CC'

red 243 ◦ green 0 ◦ blue 204

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

Shades of Hot Magenta #F300CC

Tints of Hot Magenta #F300CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 54.36%
G = 0%
B = 45.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F300CC (or 0xF300CC) is known color: Hot Magenta. HEX triplet: F3, 00 and CC. RGB value is (243,0,204). Sum of RGB (Red+Green+Blue) = 243+0+204=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F300CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300CC is #0CFF33. Grayscale: #5F5F5F. Windows color (decimal): -851764 or 13369587. OLE color: 13369587.

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

Color convert

RGB 243 0 204 -
CMYK 0 1 0.16 0.05
HSL 309.63º 1% 0.48% -
HSV(B) 309.63º 1% 0.95% -
XYZ 47.86 23.41 59.12 -
YUV 95.91 189.01 232.91 -
System Red Green Blue C M Y K H S L
Decimal 243 0 204 0 1 0.16 0.05 309.63 1 0.48
Hex F3 0 CC 0 64 10 5 136 64 30
Octal 363 0 314 0 144 20 5 466 144 60
Binary 11110011 0 11001100 0 1100100 10000 101 100110110 1100100 110000

Color Harmonies of #F300CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300CC

Black with #F300CC

Text Example


Text Example

White with #F300CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300CC; }

 p { color: rgb(243,0,204); }

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

background-color css

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

 a { background-color: rgb(243,0,204); }

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

border-color css

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

 span { border-color: rgb(243,0,204); }

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