Html Css Color HEX #F051DA Free Speech Magenta

📋 copy color: '#F051DA'

red 240 ◦ green 81 ◦ blue 218

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

Shades of Free Speech Magenta #F051DA

Tints of Free Speech Magenta #F051DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.03%

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

R = 44.53%
G = 15.03%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F051DA (or 0xF051DA) is known color: Free Speech Magenta. HEX triplet: F0, 51 and DA. RGB value is (240,81,218). Sum of RGB (Red+Green+Blue) = 240+81+218=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F051DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051DA is #0FAE25. Grayscale: #8F8F8F. Windows color (decimal): -1027622 or 14307824. OLE color: 14307824.

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

Color convert

RGB 240 81 218 -
CMYK 0 0.66 0.09 0.06
HSL 308.3º 0.84% 0.63% -
HSV(B) 308.3º 0.66% 0.94% -
XYZ 51.53 29.47 69.3 -
YUV 144.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 240 81 218 0 0.66 0.09 0.06 308.3 0.84 0.63
Hex F0 51 DA 0 42 9 6 134 54 3F
Octal 360 121 332 0 102 11 6 464 124 77
Binary 11110000 1010001 11011010 0 1000010 1001 110 100110100 1010100 111111

Color Harmonies of #F051DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051DA

Black with #F051DA

Text Example


Text Example

White with #F051DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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