Html Css Color HEX #FD60E1 Free Speech Magenta

📋 copy color: '#FD60E1'

red 253 ◦ green 96 ◦ blue 225

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

Shades of Free Speech Magenta #FD60E1

Tints of Free Speech Magenta #FD60E1

RGB

 RED value IS 253 (99.22% from 255) = 44.08%

 GREEN value IS 96 (37.89% from 255) = 16.72%

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 44.08%
G = 16.72%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD60E1 (or 0xFD60E1) is known color: Free Speech Magenta. HEX triplet: FD, 60 and E1. RGB value is (253,96,225). Sum of RGB (Red+Green+Blue) = 253+96+225=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60E1 is #029F1E. Grayscale: #9D9D9D. Windows color (decimal): -171807 or 14770429. OLE color: 14770429.

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

Color convert

RGB 253 96 225 -
CMYK 0 0.62 0.11 0.01
HSL 310.7º 0.98% 0.68% -
HSV(B) 310.7º 0.62% 0.99% -
XYZ 58.28 34.68 74.86 -
YUV 157.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 253 96 225 0 0.62 0.11 0.01 310.7 0.98 0.68
Hex FD 60 E1 0 3E B 1 137 62 44
Octal 375 140 341 0 76 13 1 467 142 104
Binary 11111101 1100000 11100001 0 111110 1011 1 100110111 1100010 1000100

Color Harmonies of #FD60E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60E1

Black with #FD60E1

Text Example


Text Example

White with #FD60E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60E1; }

 p { color: rgb(253,96,225); }

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

background-color css

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

 a { background-color: rgb(253,96,225); }

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

border-color css

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

 span { border-color: rgb(253,96,225); }

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