Html Css Color HEX #F861E5 Free Speech Magenta

📋 copy color: '#F861E5'

red 248 ◦ green 97 ◦ blue 229

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

Shades of Free Speech Magenta #F861E5

Tints of Free Speech Magenta #F861E5

RGB

 RED value IS 248 (97.27% from 255) = 43.21%

 GREEN value IS 97 (38.28% from 255) = 16.9%

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

R = 43.21%
G = 16.9%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F861E5 (or 0xF861E5) is known color: Free Speech Magenta. HEX triplet: F8, 61 and E5. RGB value is (248,97,229). Sum of RGB (Red+Green+Blue) = 248+97+229=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F861E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861E5 is #079E1A. Grayscale: #9C9C9C. Windows color (decimal): -499227 or 15032824. OLE color: 15032824.

HSL color Cylindrical-coordinate representation of color #F861E5: hue angle of 307.55º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861E5 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 229 -
CMYK 0 0.61 0.08 0.03
HSL 307.55º 0.92% 0.68% -
HSV(B) 307.55º 0.61% 0.97% -
XYZ 57.13 34.16 77.71 -
YUV 157.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 248 97 229 0 0.61 0.08 0.03 307.55 0.92 0.68
Hex F8 61 E5 0 3D 8 3 134 5C 44
Octal 370 141 345 0 75 10 3 464 134 104
Binary 11111000 1100001 11100101 0 111101 1000 11 100110100 1011100 1000100

Color Harmonies of #F861E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861E5

Black with #F861E5

Text Example


Text Example

White with #F861E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861E5; }

 p { color: rgb(248,97,229); }

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

background-color css

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

 a { background-color: rgb(248,97,229); }

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

border-color css

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

 span { border-color: rgb(248,97,229); }

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