Html Css Color HEX #FA5CDA Free Speech Magenta

📋 copy color: '#FA5CDA'

red 250 ◦ green 92 ◦ blue 218

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

Shades of Free Speech Magenta #FA5CDA

Tints of Free Speech Magenta #FA5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 44.64%
G = 16.43%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA5CDA (or 0xFA5CDA) is known color: Free Speech Magenta. HEX triplet: FA, 5C and DA. RGB value is (250,92,218). Sum of RGB (Red+Green+Blue) = 250+92+218=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CDA is #05A325. Grayscale: #999999. Windows color (decimal): -369446 or 14310650. OLE color: 14310650.

HSL color Cylindrical-coordinate representation of color #FA5CDA: hue angle of 312.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CDA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 92 218 -
CMYK 0 0.63 0.13 0.02
HSL 312.15º 0.94% 0.67% -
HSV(B) 312.15º 0.63% 0.98% -
XYZ 55.91 33.04 69.76 -
YUV 153.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 250 92 218 0 0.63 0.13 0.02 312.15 0.94 0.67
Hex FA 5C DA 0 3F D 2 138 5E 43
Octal 372 134 332 0 77 15 2 470 136 103
Binary 11111010 1011100 11011010 0 111111 1101 10 100111000 1011110 1000011

Color Harmonies of #FA5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CDA

Black with #FA5CDA

Text Example


Text Example

White with #FA5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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