Html Css Color HEX #F868DB Free Speech Magenta

📋 copy color: '#F868DB'

red 248 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #F868DB

Tints of Free Speech Magenta #F868DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.21%

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

R = 43.43%
G = 18.21%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F868DB (or 0xF868DB) is known color: Free Speech Magenta. HEX triplet: F8, 68 and DB. RGB value is (248,104,219). Sum of RGB (Red+Green+Blue) = 248+104+219=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F868DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868DB is #079724. Grayscale: #9F9F9F. Windows color (decimal): -497445 or 14379256. OLE color: 14379256.

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

Color convert

RGB 248 104 219 -
CMYK 0 0.58 0.12 0.03
HSL 312.08º 0.91% 0.69% -
HSV(B) 312.08º 0.58% 0.97% -
XYZ 56.45 34.97 70.79 -
YUV 160.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 248 104 219 0 0.58 0.12 0.03 312.08 0.91 0.69
Hex F8 68 DB 0 3A C 3 138 5B 45
Octal 370 150 333 0 72 14 3 470 133 105
Binary 11111000 1101000 11011011 0 111010 1100 11 100111000 1011011 1000101

Color Harmonies of #F868DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F868DB

Black with #F868DB

Text Example


Text Example

White with #F868DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F868DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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