Html Css Color HEX #F051D1 Free Speech Magenta

📋 copy color: '#F051D1'

red 240 ◦ green 81 ◦ blue 209

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

Shades of Free Speech Magenta #F051D1

Tints of Free Speech Magenta #F051D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.43%

R = 45.28%
G = 15.28%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F051D1 (or 0xF051D1) is known color: Free Speech Magenta. HEX triplet: F0, 51 and D1. RGB value is (240,81,209). Sum of RGB (Red+Green+Blue) = 240+81+209=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F051D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051D1 is #0FAE2E. Grayscale: #8E8E8E. Windows color (decimal): -1027631 or 13718000. OLE color: 13718000.

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

Color convert

RGB 240 81 209 -
CMYK 0 0.66 0.13 0.06
HSL 311.7º 0.84% 0.63% -
HSV(B) 311.7º 0.66% 0.94% -
XYZ 50.39 29.01 63.27 -
YUV 143.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 240 81 209 0 0.66 0.13 0.06 311.7 0.84 0.63
Hex F0 51 D1 0 42 D 6 138 54 3F
Octal 360 121 321 0 102 15 6 470 124 77
Binary 11110000 1010001 11010001 0 1000010 1101 110 100111000 1010100 111111

Color Harmonies of #F051D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051D1

Black with #F051D1

Text Example


Text Example

White with #F051D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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