Html Css Color HEX #F954DF Free Speech Magenta

📋 copy color: '#F954DF'

red 249 ◦ green 84 ◦ blue 223

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

Shades of Free Speech Magenta #F954DF

Tints of Free Speech Magenta #F954DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 44.78%
G = 15.11%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F954DF (or 0xF954DF) is known color: Free Speech Magenta. HEX triplet: F9, 54 and DF. RGB value is (249,84,223). Sum of RGB (Red+Green+Blue) = 249+84+223=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F954DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954DF is #06AB20. Grayscale: #949494. Windows color (decimal): -437025 or 14636281. OLE color: 14636281.

HSL color Cylindrical-coordinate representation of color #F954DF: hue angle of 309.45º 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 #F954DF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 84 223 -
CMYK 0 0.66 0.10 0.02
HSL 309.45º 0.93% 0.65% -
HSV(B) 309.45º 0.66% 0.98% -
XYZ 55.56 31.81 73.02 -
YUV 149.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 249 84 223 0 0.66 0.10 0.02 309.45 0.93 0.65
Hex F9 54 DF 0 42 A 2 135 5D 41
Octal 371 124 337 0 102 12 2 465 135 101
Binary 11111001 1010100 11011111 0 1000010 1010 10 100110101 1011101 1000001

Color Harmonies of #F954DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954DF

Black with #F954DF

Text Example


Text Example

White with #F954DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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