Html Css Color HEX #FA55D4 Free Speech Magenta

📋 copy color: '#FA55D4'

red 250 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #FA55D4

Tints of Free Speech Magenta #FA55D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.54%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 45.7%
G = 15.54%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA55D4 (or 0xFA55D4) is known color: Free Speech Magenta. HEX triplet: FA, 55 and D4. RGB value is (250,85,212). Sum of RGB (Red+Green+Blue) = 250+85+212=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55D4 is #05AA2B. Grayscale: #949494. Windows color (decimal): -371244 or 13915642. OLE color: 13915642.

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

Color convert

RGB 250 85 212 -
CMYK 0 0.66 0.15 0.02
HSL 313.82º 0.94% 0.66% -
HSV(B) 313.82º 0.66% 0.98% -
XYZ 54.56 31.57 65.51 -
YUV 148.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 250 85 212 0 0.66 0.15 0.02 313.82 0.94 0.66
Hex FA 55 D4 0 42 F 2 13A 5E 42
Octal 372 125 324 0 102 17 2 472 136 102
Binary 11111010 1010101 11010100 0 1000010 1111 10 100111010 1011110 1000010

Color Harmonies of #FA55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55D4

Black with #FA55D4

Text Example


Text Example

White with #FA55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55D4; }

 p { color: rgb(250,85,212); }

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

background-color css

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

 a { background-color: rgb(250,85,212); }

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

border-color css

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

 span { border-color: rgb(250,85,212); }

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