Html Css Color HEX #F94FDD Free Speech Magenta

📋 copy color: '#F94FDD'

red 249 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #F94FDD

Tints of Free Speech Magenta #F94FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.39%

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

R = 45.36%
G = 14.39%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F94FDD (or 0xF94FDD) is known color: Free Speech Magenta. HEX triplet: F9, 4F and DD. RGB value is (249,79,221). Sum of RGB (Red+Green+Blue) = 249+79+221=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 79 (31.25% from 255 or 14.39% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FDD is #06B022. Grayscale: #919191. Windows color (decimal): -438307 or 14503929. OLE color: 14503929.

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

Color convert

RGB 249 79 221 -
CMYK 0 0.68 0.11 0.02
HSL 309.88º 0.93% 0.64% -
HSV(B) 309.88º 0.68% 0.98% -
XYZ 54.91 30.95 71.49 -
YUV 146.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 249 79 221 0 0.68 0.11 0.02 309.88 0.93 0.64
Hex F9 4F DD 0 44 B 2 136 5D 40
Octal 371 117 335 0 104 13 2 466 135 100
Binary 11111001 1001111 11011101 0 1000100 1011 10 100110110 1011101 1000000

Color Harmonies of #F94FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94FDD

Black with #F94FDD

Text Example


Text Example

White with #F94FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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