Html Css Color HEX #F863DA Free Speech Magenta

📋 copy color: '#F863DA'

red 248 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #F863DA

Tints of Free Speech Magenta #F863DA

RGB

 RED value IS 248 (97.27% from 255) = 43.89%

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

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

R = 43.89%
G = 17.52%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F863DA (or 0xF863DA) is known color: Free Speech Magenta. HEX triplet: F8, 63 and DA. RGB value is (248,99,218). Sum of RGB (Red+Green+Blue) = 248+99+218=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F863DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863DA is #079C25. Grayscale: #9C9C9C. Windows color (decimal): -498726 or 14312440. OLE color: 14312440.

HSL color Cylindrical-coordinate representation of color #F863DA: hue angle of 312.08º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863DA is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 218 -
CMYK 0 0.60 0.12 0.03
HSL 312.08º 0.91% 0.68% -
HSV(B) 312.08º 0.6% 0.97% -
XYZ 55.83 33.94 69.94 -
YUV 157.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 248 99 218 0 0.60 0.12 0.03 312.08 0.91 0.68
Hex F8 63 DA 0 3C C 3 138 5B 44
Octal 370 143 332 0 74 14 3 470 133 104
Binary 11111000 1100011 11011010 0 111100 1100 11 100111000 1011011 1000100

Color Harmonies of #F863DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863DA

Black with #F863DA

Text Example


Text Example

White with #F863DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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