Html Css Color HEX #F863D8 Free Speech Magenta

📋 copy color: '#F863D8'

red 248 ◦ green 99 ◦ blue 216

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

Shades of Free Speech Magenta #F863D8

Tints of Free Speech Magenta #F863D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 44.05%
G = 17.58%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F863D8 (or 0xF863D8) is known color: Free Speech Magenta. HEX triplet: F8, 63 and D8. RGB value is (248,99,216). Sum of RGB (Red+Green+Blue) = 248+99+216=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F863D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863D8 is #079C27. Grayscale: #9C9C9C. Windows color (decimal): -498728 or 14181368. OLE color: 14181368.

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

Color convert

RGB 248 99 216 -
CMYK 0 0.60 0.13 0.03
HSL 312.89º 0.91% 0.68% -
HSV(B) 312.89º 0.6% 0.97% -
XYZ 55.57 33.84 68.57 -
YUV 156.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 248 99 216 0 0.60 0.13 0.03 312.89 0.91 0.68
Hex F8 63 D8 0 3C D 3 139 5B 44
Octal 370 143 330 0 74 15 3 471 133 104
Binary 11111000 1100011 11011000 0 111100 1101 11 100111001 1011011 1000100

Color Harmonies of #F863D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863D8

Black with #F863D8

Text Example


Text Example

White with #F863D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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