Html Css Color HEX #F863DF Free Speech Magenta

📋 copy color: '#F863DF'

red 248 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #F863DF

Tints of Free Speech Magenta #F863DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 43.51%
G = 17.37%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F863DF (or 0xF863DF) is known color: Free Speech Magenta. HEX triplet: F8, 63 and DF. RGB value is (248,99,223). Sum of RGB (Red+Green+Blue) = 248+99+223=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F863DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863DF is #079C20. Grayscale: #9D9D9D. Windows color (decimal): -498721 or 14640120. OLE color: 14640120.

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

Color convert

RGB 248 99 223 -
CMYK 0 0.60 0.10 0.03
HSL 310.07º 0.91% 0.68% -
HSV(B) 310.07º 0.6% 0.97% -
XYZ 56.49 34.21 73.44 -
YUV 157.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 248 99 223 0 0.60 0.10 0.03 310.07 0.91 0.68
Hex F8 63 DF 0 3C A 3 136 5B 44
Octal 370 143 337 0 74 12 3 466 133 104
Binary 11111000 1100011 11011111 0 111100 1010 11 100110110 1011011 1000100

Color Harmonies of #F863DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863DF

Black with #F863DF

Text Example


Text Example

White with #F863DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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