Html Css Color HEX #F053DA Free Speech Magenta

📋 copy color: '#F053DA'

red 240 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #F053DA

Tints of Free Speech Magenta #F053DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 44.36%
G = 15.34%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F053DA (or 0xF053DA) is known color: Free Speech Magenta. HEX triplet: F0, 53 and DA. RGB value is (240,83,218). Sum of RGB (Red+Green+Blue) = 240+83+218=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F053DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053DA is #0FAC25. Grayscale: #909090. Windows color (decimal): -1027110 or 14308336. OLE color: 14308336.

HSL color Cylindrical-coordinate representation of color #F053DA: hue angle of 308.41º 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 #F053DA is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 218 -
CMYK 0 0.65 0.09 0.06
HSL 308.41º 0.84% 0.63% -
HSV(B) 308.41º 0.65% 0.94% -
XYZ 51.68 29.77 69.35 -
YUV 145.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 240 83 218 0 0.65 0.09 0.06 308.41 0.84 0.63
Hex F0 53 DA 0 41 9 6 134 54 3F
Octal 360 123 332 0 101 11 6 464 124 77
Binary 11110000 1010011 11011010 0 1000001 1001 110 100110100 1010100 111111

Color Harmonies of #F053DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053DA

Black with #F053DA

Text Example


Text Example

White with #F053DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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