Html Css Color HEX #F858E5 Free Speech Magenta

📋 copy color: '#F858E5'

red 248 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #F858E5

Tints of Free Speech Magenta #F858E5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.58%

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

R = 43.89%
G = 15.58%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F858E5 (or 0xF858E5) is known color: Free Speech Magenta. HEX triplet: F8, 58 and E5. RGB value is (248,88,229). Sum of RGB (Red+Green+Blue) = 248+88+229=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F858E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858E5 is #07A71A. Grayscale: #979797. Windows color (decimal): -501531 or 15030520. OLE color: 15030520.

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

Color convert

RGB 248 88 229 -
CMYK 0 0.65 0.08 0.03
HSL 307.13º 0.92% 0.66% -
HSV(B) 307.13º 0.65% 0.97% -
XYZ 56.34 32.59 77.45 -
YUV 151.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 248 88 229 0 0.65 0.08 0.03 307.13 0.92 0.66
Hex F8 58 E5 0 41 8 3 133 5C 42
Octal 370 130 345 0 101 10 3 463 134 102
Binary 11111000 1011000 11100101 0 1000001 1000 11 100110011 1011100 1000010

Color Harmonies of #F858E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858E5

Black with #F858E5

Text Example


Text Example

White with #F858E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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