Html Css Color HEX #F954DD Free Speech Magenta

📋 copy color: '#F954DD'

red 249 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #F954DD

Tints of Free Speech Magenta #F954DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.16%

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

R = 44.95%
G = 15.16%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F954DD (or 0xF954DD) is known color: Free Speech Magenta. HEX triplet: F9, 54 and DD. RGB value is (249,84,221). Sum of RGB (Red+Green+Blue) = 249+84+221=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F954DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954DD is #06AB22. Grayscale: #949494. Windows color (decimal): -437027 or 14505209. OLE color: 14505209.

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

Color convert

RGB 249 84 221 -
CMYK 0 0.66 0.11 0.02
HSL 310.18º 0.93% 0.65% -
HSV(B) 310.18º 0.66% 0.98% -
XYZ 55.29 31.7 71.61 -
YUV 148.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 249 84 221 0 0.66 0.11 0.02 310.18 0.93 0.65
Hex F9 54 DD 0 42 B 2 136 5D 41
Octal 371 124 335 0 102 13 2 466 135 101
Binary 11111001 1010100 11011101 0 1000010 1011 10 100110110 1011101 1000001

Color Harmonies of #F954DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954DD

Black with #F954DD

Text Example


Text Example

White with #F954DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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