Html Css Color HEX #F953DD Free Speech Magenta

📋 copy color: '#F953DD'

red 249 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #F953DD

Tints of Free Speech Magenta #F953DD

RGB

 RED value IS 249 (97.66% from 255) = 45.03%

 GREEN value IS 83 (32.81% from 255) = 15.01%

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

R = 45.03%
G = 15.01%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F953DD (or 0xF953DD) is known color: Free Speech Magenta. HEX triplet: F9, 53 and DD. RGB value is (249,83,221). Sum of RGB (Red+Green+Blue) = 249+83+221=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F953DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953DD is #06AC22. Grayscale: #939393. Windows color (decimal): -437283 or 14504953. OLE color: 14504953.

HSL color Cylindrical-coordinate representation of color #F953DD: hue angle of 310.12º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953DD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 83 221 -
CMYK 0 0.67 0.11 0.02
HSL 310.12º 0.93% 0.65% -
HSV(B) 310.12º 0.67% 0.98% -
XYZ 55.21 31.55 71.59 -
YUV 148.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 249 83 221 0 0.67 0.11 0.02 310.12 0.93 0.65
Hex F9 53 DD 0 43 B 2 136 5D 41
Octal 371 123 335 0 103 13 2 466 135 101
Binary 11111001 1010011 11011101 0 1000011 1011 10 100110110 1011101 1000001

Color Harmonies of #F953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953DD

Black with #F953DD

Text Example


Text Example

White with #F953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953DD; }

 p { color: rgb(249,83,221); }

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

background-color css

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

 a { background-color: rgb(249,83,221); }

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

border-color css

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

 span { border-color: rgb(249,83,221); }

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