Html Css Color HEX #FD65E0 Free Speech Magenta

📋 copy color: '#FD65E0'

red 253 ◦ green 101 ◦ blue 224

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

Shades of Free Speech Magenta #FD65E0

Tints of Free Speech Magenta #FD65E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.47%

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 43.77%
G = 17.47%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD65E0 (or 0xFD65E0) is known color: Free Speech Magenta. HEX triplet: FD, 65 and E0. RGB value is (253,101,224). Sum of RGB (Red+Green+Blue) = 253+101+224=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65E0 is #029A1F. Grayscale: #A0A0A0. Windows color (decimal): -170528 or 14706173. OLE color: 14706173.

HSL color Cylindrical-coordinate representation of color #FD65E0: hue angle of 311.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65E0 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 224 -
CMYK 0 0.60 0.11 0.01
HSL 311.45º 0.97% 0.69% -
HSV(B) 311.45º 0.6% 0.99% -
XYZ 58.62 35.57 74.3 -
YUV 160.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 253 101 224 0 0.60 0.11 0.01 311.45 0.97 0.69
Hex FD 65 E0 0 3C B 1 137 61 45
Octal 375 145 340 0 74 13 1 467 141 105
Binary 11111101 1100101 11100000 0 111100 1011 1 100110111 1100001 1000101

Color Harmonies of #FD65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD65E0

Black with #FD65E0

Text Example


Text Example

White with #FD65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD65E0; }

 p { color: rgb(253,101,224); }

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

background-color css

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

 a { background-color: rgb(253,101,224); }

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

border-color css

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

 span { border-color: rgb(253,101,224); }

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