Html Css Color HEX #FA4CDD Free Speech Magenta

📋 copy color: '#FA4CDD'

red 250 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #FA4CDD

Tints of Free Speech Magenta #FA4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.89%

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

R = 45.7%
G = 13.89%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA4CDD (or 0xFA4CDD) is known color: Free Speech Magenta. HEX triplet: FA, 4C and DD. RGB value is (250,76,221). Sum of RGB (Red+Green+Blue) = 250+76+221=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CDD is #05B322. Grayscale: #909090. Windows color (decimal): -373539 or 14503162. OLE color: 14503162.

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

Color convert

RGB 250 76 221 -
CMYK 0 0.70 0.12 0.02
HSL 310º 0.95% 0.64% -
HSV(B) 310º 0.7% 0.98% -
XYZ 55.06 30.71 71.43 -
YUV 144.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 250 76 221 0 0.70 0.12 0.02 310 0.95 0.64
Hex FA 4C DD 0 46 C 2 136 5F 40
Octal 372 114 335 0 106 14 2 466 137 100
Binary 11111010 1001100 11011101 0 1000110 1100 10 100110110 1011111 1000000

Color Harmonies of #FA4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CDD

Black with #FA4CDD

Text Example


Text Example

White with #FA4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CDD; }

 p { color: rgb(250,76,221); }

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

background-color css

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

 a { background-color: rgb(250,76,221); }

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

border-color css

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

 span { border-color: rgb(250,76,221); }

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