Html Css Color HEX #F858DD Free Speech Magenta

📋 copy color: '#F858DD'

red 248 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #F858DD

Tints of Free Speech Magenta #F858DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 44.52%
G = 15.8%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F858DD (or 0xF858DD) is known color: Free Speech Magenta. HEX triplet: F8, 58 and DD. RGB value is (248,88,221). Sum of RGB (Red+Green+Blue) = 248+88+221=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F858DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858DD is #07A722. Grayscale: #969696. Windows color (decimal): -501539 or 14506232. OLE color: 14506232.

HSL color Cylindrical-coordinate representation of color #F858DD: hue angle of 310.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 #F858DD is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 221 -
CMYK 0 0.65 0.11 0.03
HSL 310.13º 0.92% 0.66% -
HSV(B) 310.13º 0.65% 0.97% -
XYZ 55.25 32.16 71.7 -
YUV 151 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 248 88 221 0 0.65 0.11 0.03 310.13 0.92 0.66
Hex F8 58 DD 0 41 B 3 136 5C 42
Octal 370 130 335 0 101 13 3 466 134 102
Binary 11111000 1011000 11011101 0 1000001 1011 11 100110110 1011100 1000010

Color Harmonies of #F858DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858DD

Black with #F858DD

Text Example


Text Example

White with #F858DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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