Html Css Color HEX #F05CE6 Free Speech Magenta

📋 copy color: '#F05CE6'

red 240 ◦ green 92 ◦ blue 230

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

Shades of Free Speech Magenta #F05CE6

Tints of Free Speech Magenta #F05CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.37%

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 42.7%
G = 16.37%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F05CE6 (or 0xF05CE6) is known color: Free Speech Magenta. HEX triplet: F0, 5C and E6. RGB value is (240,92,230). Sum of RGB (Red+Green+Blue) = 240+92+230=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CE6 is #0FA319. Grayscale: #979797. Windows color (decimal): -1024794 or 15097072. OLE color: 15097072.

HSL color Cylindrical-coordinate representation of color #F05CE6: hue angle of 304.05º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CE6 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 230 -
CMYK 0 0.62 0.04 0.06
HSL 304.05º 0.83% 0.65% -
HSV(B) 304.05º 0.62% 0.94% -
XYZ 54.05 31.89 78.17 -
YUV 151.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 240 92 230 0 0.62 0.04 0.06 304.05 0.83 0.65
Hex F0 5C E6 0 3E 4 6 130 53 41
Octal 360 134 346 0 76 4 6 460 123 101
Binary 11110000 1011100 11100110 0 111110 100 110 100110000 1010011 1000001

Color Harmonies of #F05CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CE6

Black with #F05CE6

Text Example


Text Example

White with #F05CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CE6; }

 p { color: rgb(240,92,230); }

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

background-color css

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

 a { background-color: rgb(240,92,230); }

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

border-color css

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

 span { border-color: rgb(240,92,230); }

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