Html Css Color HEX #F053C9 Free Speech Magenta

📋 copy color: '#F053C9'

red 240 ◦ green 83 ◦ blue 201

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

Shades of Free Speech Magenta #F053C9

Tints of Free Speech Magenta #F053C9

RGB

 RED value IS 240 (94.14% from 255) = 45.8%

 GREEN value IS 83 (32.81% from 255) = 15.84%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 45.8%
G = 15.84%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F053C9 (or 0xF053C9) is known color: Free Speech Magenta. HEX triplet: F0, 53 and C9. RGB value is (240,83,201). Sum of RGB (Red+Green+Blue) = 240+83+201=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F053C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053C9 is #0FAC36. Grayscale: #8F8F8F. Windows color (decimal): -1027127 or 13194224. OLE color: 13194224.

HSL color Cylindrical-coordinate representation of color #F053C9: hue angle of 314.9º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053C9 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 201 -
CMYK 0 0.65 0.16 0.06
HSL 314.9º 0.84% 0.63% -
HSV(B) 314.9º 0.65% 0.94% -
XYZ 49.57 28.93 58.23 -
YUV 143.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 240 83 201 0 0.65 0.16 0.06 314.9 0.84 0.63
Hex F0 53 C9 0 41 10 6 13B 54 3F
Octal 360 123 311 0 101 20 6 473 124 77
Binary 11110000 1010011 11001001 0 1000001 10000 110 100111011 1010100 111111

Color Harmonies of #F053C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053C9

Black with #F053C9

Text Example


Text Example

White with #F053C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053C9; }

 p { color: rgb(240,83,201); }

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

background-color css

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

 a { background-color: rgb(240,83,201); }

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

border-color css

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

 span { border-color: rgb(240,83,201); }

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