Html Css Color HEX #FA4DDA Free Speech Magenta

📋 copy color: '#FA4DDA'

red 250 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #FA4DDA

Tints of Free Speech Magenta #FA4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 45.87%
G = 14.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA4DDA (or 0xFA4DDA) is known color: Free Speech Magenta. HEX triplet: FA, 4D and DA. RGB value is (250,77,218). Sum of RGB (Red+Green+Blue) = 250+77+218=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DDA is #05B225. Grayscale: #909090. Windows color (decimal): -373286 or 14306810. OLE color: 14306810.

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

Color convert

RGB 250 77 218 -
CMYK 0 0.69 0.13 0.02
HSL 311.1º 0.95% 0.64% -
HSV(B) 311.1º 0.69% 0.98% -
XYZ 54.73 30.69 69.37 -
YUV 144.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 250 77 218 0 0.69 0.13 0.02 311.1 0.95 0.64
Hex FA 4D DA 0 45 D 2 137 5F 40
Octal 372 115 332 0 105 15 2 467 137 100
Binary 11111010 1001101 11011010 0 1000101 1101 10 100110111 1011111 1000000

Color Harmonies of #FA4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DDA

Black with #FA4DDA

Text Example


Text Example

White with #FA4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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