Html Css Color HEX #FA4DDF Free Speech Magenta

📋 copy color: '#FA4DDF'

red 250 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #FA4DDF

Tints of Free Speech Magenta #FA4DDF

RGB

 RED value IS 250 (98.05% from 255) = 45.45%

 GREEN value IS 77 (30.47% from 255) = 14%

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

R = 45.45%
G = 14%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA4DDF (or 0xFA4DDF) is known color: Free Speech Magenta. HEX triplet: FA, 4D and DF. RGB value is (250,77,223). Sum of RGB (Red+Green+Blue) = 250+77+223=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DDF is #05B220. Grayscale: #909090. Windows color (decimal): -373281 or 14634490. OLE color: 14634490.

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

Color convert

RGB 250 77 223 -
CMYK 0 0.69 0.11 0.02
HSL 309.36º 0.95% 0.64% -
HSV(B) 309.36º 0.69% 0.98% -
XYZ 55.4 30.96 72.87 -
YUV 145.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 250 77 223 0 0.69 0.11 0.02 309.36 0.95 0.64
Hex FA 4D DF 0 45 B 2 135 5F 40
Octal 372 115 337 0 105 13 2 465 137 100
Binary 11111010 1001101 11011111 0 1000101 1011 10 100110101 1011111 1000000

Color Harmonies of #FA4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DDF

Black with #FA4DDF

Text Example


Text Example

White with #FA4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DDF; }

 p { color: rgb(250,77,223); }

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

background-color css

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

 a { background-color: rgb(250,77,223); }

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

border-color css

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

 span { border-color: rgb(250,77,223); }

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