Html Css Color HEX #F051E4 Free Speech Magenta

📋 copy color: '#F051E4'

red 240 ◦ green 81 ◦ blue 228

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

Shades of Free Speech Magenta #F051E4

Tints of Free Speech Magenta #F051E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.53%

R = 43.72%
G = 14.75%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F051E4 (or 0xF051E4) is known color: Free Speech Magenta. HEX triplet: F0, 51 and E4. RGB value is (240,81,228). Sum of RGB (Red+Green+Blue) = 240+81+228=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F051E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051E4 is #0FAE1B. Grayscale: #909090. Windows color (decimal): -1027612 or 14963184. OLE color: 14963184.

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

Color convert

RGB 240 81 228 -
CMYK 0 0.66 0.05 0.06
HSL 304.53º 0.84% 0.63% -
HSV(B) 304.53º 0.66% 0.94% -
XYZ 52.88 30.01 76.4 -
YUV 145.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 240 81 228 0 0.66 0.05 0.06 304.53 0.84 0.63
Hex F0 51 E4 0 42 5 6 131 54 3F
Octal 360 121 344 0 102 5 6 461 124 77
Binary 11110000 1010001 11100100 0 1000010 101 110 100110001 1010100 111111

Color Harmonies of #F051E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051E4

Black with #F051E4

Text Example


Text Example

White with #F051E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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