Html Css Color HEX #F963E5 Free Speech Magenta

📋 copy color: '#F963E5'

red 249 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #F963E5

Tints of Free Speech Magenta #F963E5

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

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

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 43.15%
G = 17.16%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F963E5 (or 0xF963E5) is known color: Free Speech Magenta. HEX triplet: F9, 63 and E5. RGB value is (249,99,229). Sum of RGB (Red+Green+Blue) = 249+99+229=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F963E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963E5 is #069C1A. Grayscale: #9E9E9E. Windows color (decimal): -433179 or 15033337. OLE color: 15033337.

HSL color Cylindrical-coordinate representation of color #F963E5: hue angle of 308º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963E5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 229 -
CMYK 0 0.60 0.08 0.02
HSL 308º 0.93% 0.68% -
HSV(B) 308º 0.6% 0.98% -
XYZ 57.67 34.72 77.79 -
YUV 158.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 249 99 229 0 0.60 0.08 0.02 308 0.93 0.68
Hex F9 63 E5 0 3C 8 2 134 5D 44
Octal 371 143 345 0 74 10 2 464 135 104
Binary 11111001 1100011 11100101 0 111100 1000 10 100110100 1011101 1000100

Color Harmonies of #F963E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963E5

Black with #F963E5

Text Example


Text Example

White with #F963E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963E5; }

 p { color: rgb(249,99,229); }

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

background-color css

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

 a { background-color: rgb(249,99,229); }

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

border-color css

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

 span { border-color: rgb(249,99,229); }

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