Html Css Color HEX #F309CA Hot Magenta

📋 copy color: '#F309CA'

red 243 ◦ green 9 ◦ blue 202

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

Shades of Hot Magenta #F309CA

Tints of Hot Magenta #F309CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 53.52%
G = 1.98%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F309CA (or 0xF309CA) is known color: Hot Magenta. HEX triplet: F3, 09 and CA. RGB value is (243,9,202). Sum of RGB (Red+Green+Blue) = 243+9+202=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F309CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309CA is #0CF635. Grayscale: #646464. Windows color (decimal): -849462 or 13240819. OLE color: 13240819.

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

Color convert

RGB 243 9 202 -
CMYK 0 0.96 0.17 0.05
HSL 310.51º 0.93% 0.49% -
HSV(B) 310.51º 0.96% 0.95% -
XYZ 47.72 23.51 57.9 -
YUV 100.97 185.02 229.31 -
System Red Green Blue C M Y K H S L
Decimal 243 9 202 0 0.96 0.17 0.05 310.51 0.93 0.49
Hex F3 9 CA 0 60 11 5 137 5D 31
Octal 363 11 312 0 140 21 5 467 135 61
Binary 11110011 1001 11001010 0 1100000 10001 101 100110111 1011101 110001

Color Harmonies of #F309CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309CA

Black with #F309CA

Text Example


Text Example

White with #F309CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309CA; }

 p { color: rgb(243,9,202); }

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

background-color css

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

 a { background-color: rgb(243,9,202); }

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

border-color css

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

 span { border-color: rgb(243,9,202); }

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