Html Css Color HEX #F84EDC Free Speech Magenta

📋 copy color: '#F84EDC'

red 248 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Magenta #F84EDC

Tints of Free Speech Magenta #F84EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.29%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 45.42%
G = 14.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F84EDC (or 0xF84EDC) is known color: Free Speech Magenta. HEX triplet: F8, 4E and DC. RGB value is (248,78,220). Sum of RGB (Red+Green+Blue) = 248+78+220=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EDC is #07B123. Grayscale: #909090. Windows color (decimal): -504100 or 14438136. OLE color: 14438136.

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

Color convert

RGB 248 78 220 -
CMYK 0 0.69 0.11 0.03
HSL 309.88º 0.92% 0.64% -
HSV(B) 309.88º 0.69% 0.97% -
XYZ 54.35 30.57 70.75 -
YUV 145.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 248 78 220 0 0.69 0.11 0.03 309.88 0.92 0.64
Hex F8 4E DC 0 45 B 3 136 5C 40
Octal 370 116 334 0 105 13 3 466 134 100
Binary 11111000 1001110 11011100 0 1000101 1011 11 100110110 1011100 1000000

Color Harmonies of #F84EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84EDC

Black with #F84EDC

Text Example


Text Example

White with #F84EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84EDC; }

 p { color: rgb(248,78,220); }

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

background-color css

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

 a { background-color: rgb(248,78,220); }

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

border-color css

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

 span { border-color: rgb(248,78,220); }

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