Html Css Color HEX #F864DB Free Speech Magenta

📋 copy color: '#F864DB'

red 248 ◦ green 100 ◦ blue 219

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

Shades of Free Speech Magenta #F864DB

Tints of Free Speech Magenta #F864DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.64%

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 43.74%
G = 17.64%
B = 38.62%

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

#F864DB (or 0xF864DB) is known color: Free Speech Magenta. HEX triplet: F8, 64 and DB. RGB value is (248,100,219). Sum of RGB (Red+Green+Blue) = 248+100+219=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F864DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864DB is #079B24. Grayscale: #9D9D9D. Windows color (decimal): -498469 or 14378232. OLE color: 14378232.

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

Color convert

RGB 248 100 219 -
CMYK 0 0.60 0.12 0.03
HSL 311.76º 0.91% 0.68% -
HSV(B) 311.76º 0.6% 0.97% -
XYZ 56.05 34.19 70.66 -
YUV 157.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 248 100 219 0 0.60 0.12 0.03 311.76 0.91 0.68
Hex F8 64 DB 0 3C C 3 138 5B 44
Octal 370 144 333 0 74 14 3 470 133 104
Binary 11111000 1100100 11011011 0 111100 1100 11 100111000 1011011 1000100

Color Harmonies of #F864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F864DB

Black with #F864DB

Text Example


Text Example

White with #F864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F864DB; }

 p { color: rgb(248,100,219); }

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

background-color css

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

 a { background-color: rgb(248,100,219); }

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

border-color css

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

 span { border-color: rgb(248,100,219); }

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