Html Css Color HEX #F861DF Free Speech Magenta

📋 copy color: '#F861DF'

red 248 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #F861DF

Tints of Free Speech Magenta #F861DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.08%

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

R = 43.66%
G = 17.08%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F861DF (or 0xF861DF) is known color: Free Speech Magenta. HEX triplet: F8, 61 and DF. RGB value is (248,97,223). Sum of RGB (Red+Green+Blue) = 248+97+223=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F861DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861DF is #079E20. Grayscale: #9C9C9C. Windows color (decimal): -499233 or 14639608. OLE color: 14639608.

HSL color Cylindrical-coordinate representation of color #F861DF: hue angle of 309.93º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861DF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 223 -
CMYK 0 0.61 0.10 0.03
HSL 309.93º 0.92% 0.68% -
HSV(B) 309.93º 0.61% 0.97% -
XYZ 56.31 33.83 73.37 -
YUV 156.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 248 97 223 0 0.61 0.10 0.03 309.93 0.92 0.68
Hex F8 61 DF 0 3D A 3 136 5C 44
Octal 370 141 337 0 75 12 3 466 134 104
Binary 11111000 1100001 11011111 0 111101 1010 11 100110110 1011100 1000100

Color Harmonies of #F861DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861DF

Black with #F861DF

Text Example


Text Example

White with #F861DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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