Html Css Color HEX #F850DD Free Speech Magenta

📋 copy color: '#F850DD'

red 248 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F850DD

Tints of Free Speech Magenta #F850DD

RGB

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

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

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

R = 45.17%
G = 14.57%
B = 40.26%

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

#F850DD (or 0xF850DD) is known color: Free Speech Magenta. HEX triplet: F8, 50 and DD. RGB value is (248,80,221). Sum of RGB (Red+Green+Blue) = 248+80+221=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F850DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850DD is #07AF22. Grayscale: #919191. Windows color (decimal): -503587 or 14504184. OLE color: 14504184.

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

Color convert

RGB 248 80 221 -
CMYK 0 0.68 0.11 0.03
HSL 309.64º 0.92% 0.64% -
HSV(B) 309.64º 0.68% 0.97% -
XYZ 54.63 30.91 71.49 -
YUV 146.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 248 80 221 0 0.68 0.11 0.03 309.64 0.92 0.64
Hex F8 50 DD 0 44 B 3 136 5C 40
Octal 370 120 335 0 104 13 3 466 134 100
Binary 11111000 1010000 11011101 0 1000100 1011 11 100110110 1011100 1000000

Color Harmonies of #F850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F850DD

Black with #F850DD

Text Example


Text Example

White with #F850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F850DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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