Html Css Color HEX #F05FE5 Free Speech Magenta

📋 copy color: '#F05FE5'

red 240 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #F05FE5

Tints of Free Speech Magenta #F05FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 42.55%
G = 16.84%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F05FE5 (or 0xF05FE5) is known color: Free Speech Magenta. HEX triplet: F0, 5F and E5. RGB value is (240,95,229). Sum of RGB (Red+Green+Blue) = 240+95+229=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FE5 is #0FA01A. Grayscale: #999999. Windows color (decimal): -1024027 or 15032304. OLE color: 15032304.

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

Color convert

RGB 240 95 229 -
CMYK 0 0.60 0.05 0.06
HSL 304.55º 0.83% 0.66% -
HSV(B) 304.55º 0.6% 0.94% -
XYZ 54.17 32.37 77.52 -
YUV 153.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 240 95 229 0 0.60 0.05 0.06 304.55 0.83 0.66
Hex F0 5F E5 0 3C 5 6 131 53 42
Octal 360 137 345 0 74 5 6 461 123 102
Binary 11110000 1011111 11100101 0 111100 101 110 100110001 1010011 1000010

Color Harmonies of #F05FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FE5

Black with #F05FE5

Text Example


Text Example

White with #F05FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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