Html Css Color HEX #F05FE0 Free Speech Magenta

📋 copy color: '#F05FE0'

red 240 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #F05FE0

Tints of Free Speech Magenta #F05FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.99%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 42.93%
G = 16.99%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F05FE0 (or 0xF05FE0) is known color: Free Speech Magenta. HEX triplet: F0, 5F and E0. RGB value is (240,95,224). Sum of RGB (Red+Green+Blue) = 240+95+224=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FE0 is #0FA01F. Grayscale: #989898. Windows color (decimal): -1024032 or 14704624. OLE color: 14704624.

HSL color Cylindrical-coordinate representation of color #F05FE0: hue angle of 306.62º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FE0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 224 -
CMYK 0 0.60 0.07 0.06
HSL 306.62º 0.83% 0.66% -
HSV(B) 306.62º 0.6% 0.94% -
XYZ 53.48 32.09 73.9 -
YUV 153.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 240 95 224 0 0.60 0.07 0.06 306.62 0.83 0.66
Hex F0 5F E0 0 3C 7 6 133 53 42
Octal 360 137 340 0 74 7 6 463 123 102
Binary 11110000 1011111 11100000 0 111100 111 110 100110011 1010011 1000010

Color Harmonies of #F05FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FE0

Black with #F05FE0

Text Example


Text Example

White with #F05FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FE0; }

 p { color: rgb(240,95,224); }

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

background-color css

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

 a { background-color: rgb(240,95,224); }

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

border-color css

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

 span { border-color: rgb(240,95,224); }

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