Html Css Color HEX #FF63E1 Free Speech Magenta

📋 copy color: '#FF63E1'

red 255 ◦ green 99 ◦ blue 225

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

Shades of Free Speech Magenta #FF63E1

Tints of Free Speech Magenta #FF63E1

RGB

 RED value IS 255 (100% from 255) = 44.04%

 GREEN value IS 99 (39.06% from 255) = 17.1%

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

R = 44.04%
G = 17.1%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF63E1 (or 0xFF63E1) is known color: Free Speech Magenta. HEX triplet: FF, 63 and E1. RGB value is (255,99,225). Sum of RGB (Red+Green+Blue) = 255+99+225=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 99 (39.06% from 255 or 17.10% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63E1 is #009C1E. Grayscale: #9F9F9F. Windows color (decimal): -39967 or 14771199. OLE color: 14771199.

HSL color Cylindrical-coordinate representation of color #FF63E1: hue angle of 311.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63E1 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 99 225 -
CMYK 0 0.61 0.12 0
HSL 311.54º 1% 0.69% -
HSV(B) 311.54º 0.61% 1% -
XYZ 59.29 35.62 74.98 -
YUV 160.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 255 99 225 0 0.61 0.12 0 311.54 1 0.69
Hex FF 63 E1 0 3D C 0 138 64 45
Octal 377 143 341 0 75 14 0 470 144 105
Binary 11111111 1100011 11100001 0 111101 1100 0 100111000 1100100 1000101

Color Harmonies of #FF63E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63E1

Black with #FF63E1

Text Example


Text Example

White with #FF63E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63E1; }

 p { color: rgb(255,99,225); }

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

background-color css

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

 a { background-color: rgb(255,99,225); }

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

border-color css

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

 span { border-color: rgb(255,99,225); }

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