Html Css Color HEX #F850DC Free Speech Magenta

📋 copy color: '#F850DC'

red 248 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #F850DC

Tints of Free Speech Magenta #F850DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.6%

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

R = 45.26%
G = 14.6%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F850DC (or 0xF850DC) is known color: Free Speech Magenta. HEX triplet: F8, 50 and DC. RGB value is (248,80,220). Sum of RGB (Red+Green+Blue) = 248+80+220=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F850DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850DC is #07AF23. Grayscale: #919191. Windows color (decimal): -503588 or 14438648. OLE color: 14438648.

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

Color convert

RGB 248 80 220 -
CMYK 0 0.68 0.11 0.03
HSL 310º 0.92% 0.64% -
HSV(B) 310º 0.68% 0.97% -
XYZ 54.5 30.86 70.79 -
YUV 146.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 248 80 220 0 0.68 0.11 0.03 310 0.92 0.64
Hex F8 50 DC 0 44 B 3 136 5C 40
Octal 370 120 334 0 104 13 3 466 134 100
Binary 11111000 1010000 11011100 0 1000100 1011 11 100110110 1011100 1000000

Color Harmonies of #F850DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F850DC

Black with #F850DC

Text Example


Text Example

White with #F850DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F850DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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