Html Css Color HEX #FA5FDE Free Speech Magenta

📋 copy color: '#FA5FDE'

red 250 ◦ green 95 ◦ blue 222

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

Shades of Free Speech Magenta #FA5FDE

Tints of Free Speech Magenta #FA5FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 44.09%
G = 16.75%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA5FDE (or 0xFA5FDE) is known color: Free Speech Magenta. HEX triplet: FA, 5F and DE. RGB value is (250,95,222). Sum of RGB (Red+Green+Blue) = 250+95+222=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FDE is #05A021. Grayscale: #9B9B9B. Windows color (decimal): -368674 or 14573562. OLE color: 14573562.

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

Color convert

RGB 250 95 222 -
CMYK 0 0.62 0.11 0.02
HSL 310.84º 0.94% 0.68% -
HSV(B) 310.84º 0.62% 0.98% -
XYZ 56.7 33.78 72.64 -
YUV 155.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 250 95 222 0 0.62 0.11 0.02 310.84 0.94 0.68
Hex FA 5F DE 0 3E B 2 137 5E 44
Octal 372 137 336 0 76 13 2 467 136 104
Binary 11111010 1011111 11011110 0 111110 1011 10 100110111 1011110 1000100

Color Harmonies of #FA5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FDE

Black with #FA5FDE

Text Example


Text Example

White with #FA5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FDE; }

 p { color: rgb(250,95,222); }

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

background-color css

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

 a { background-color: rgb(250,95,222); }

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

border-color css

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

 span { border-color: rgb(250,95,222); }

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