Html Css Color HEX #F963DA Free Speech Magenta

📋 copy color: '#F963DA'

red 249 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #F963DA

Tints of Free Speech Magenta #F963DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 43.99%
G = 17.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F963DA (or 0xF963DA) is known color: Free Speech Magenta. HEX triplet: F9, 63 and DA. RGB value is (249,99,218). Sum of RGB (Red+Green+Blue) = 249+99+218=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F963DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963DA is #069C25. Grayscale: #9D9D9D. Windows color (decimal): -433190 or 14312441. OLE color: 14312441.

HSL color Cylindrical-coordinate representation of color #F963DA: hue angle of 312.4º 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 #F963DA is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 218 -
CMYK 0 0.60 0.12 0.02
HSL 312.4º 0.93% 0.68% -
HSV(B) 312.4º 0.6% 0.98% -
XYZ 56.18 34.13 69.96 -
YUV 157.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 249 99 218 0 0.60 0.12 0.02 312.4 0.93 0.68
Hex F9 63 DA 0 3C C 2 138 5D 44
Octal 371 143 332 0 74 14 2 470 135 104
Binary 11111001 1100011 11011010 0 111100 1100 10 100111000 1011101 1000100

Color Harmonies of #F963DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963DA

Black with #F963DA

Text Example


Text Example

White with #F963DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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