Html Css Color HEX #F85EDD Free Speech Magenta

📋 copy color: '#F85EDD'

red 248 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #F85EDD

Tints of Free Speech Magenta #F85EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.7%

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

R = 44.05%
G = 16.7%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F85EDD (or 0xF85EDD) is known color: Free Speech Magenta. HEX triplet: F8, 5E and DD. RGB value is (248,94,221). Sum of RGB (Red+Green+Blue) = 248+94+221=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85EDD is #07A122. Grayscale: #9A9A9A. Windows color (decimal): -500003 or 14507768. OLE color: 14507768.

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

Color convert

RGB 248 94 221 -
CMYK 0 0.62 0.11 0.03
HSL 310.52º 0.92% 0.67% -
HSV(B) 310.52º 0.62% 0.97% -
XYZ 55.77 33.18 71.87 -
YUV 154.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 248 94 221 0 0.62 0.11 0.03 310.52 0.92 0.67
Hex F8 5E DD 0 3E B 3 137 5C 43
Octal 370 136 335 0 76 13 3 467 134 103
Binary 11111000 1011110 11011101 0 111110 1011 11 100110111 1011100 1000011

Color Harmonies of #F85EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EDD

Black with #F85EDD

Text Example


Text Example

White with #F85EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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