Html Css Color HEX #F849DD Free Speech Magenta

📋 copy color: '#F849DD'

red 248 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #F849DD

Tints of Free Speech Magenta #F849DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.47%

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

R = 45.76%
G = 13.47%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F849DD (or 0xF849DD) is known color: Free Speech Magenta. HEX triplet: F8, 49 and DD. RGB value is (248,73,221). Sum of RGB (Red+Green+Blue) = 248+73+221=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F849DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F849DD is #07B622. Grayscale: #8D8D8D. Windows color (decimal): -505379 or 14502392. OLE color: 14502392.

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

Color convert

RGB 248 73 221 -
CMYK 0 0.71 0.11 0.03
HSL 309.26º 0.93% 0.63% -
HSV(B) 309.26º 0.71% 0.97% -
XYZ 54.15 29.94 71.33 -
YUV 142.2 172.48 203.47 -
System Red Green Blue C M Y K H S L
Decimal 248 73 221 0 0.71 0.11 0.03 309.26 0.93 0.63
Hex F8 49 DD 0 47 B 3 135 5D 3F
Octal 370 111 335 0 107 13 3 465 135 77
Binary 11111000 1001001 11011101 0 1000111 1011 11 100110101 1011101 111111

Color Harmonies of #F849DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849DD

Black with #F849DD

Text Example


Text Example

White with #F849DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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