Html Css Color HEX #F668DB Free Speech Magenta

📋 copy color: '#F668DB'

red 246 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #F668DB

Tints of Free Speech Magenta #F668DB

RGB

 RED value IS 246 (96.48% from 255) = 43.23%

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

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

R = 43.23%
G = 18.28%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F668DB (or 0xF668DB) is known color: Free Speech Magenta. HEX triplet: F6, 68 and DB. RGB value is (246,104,219). Sum of RGB (Red+Green+Blue) = 246+104+219=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F668DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668DB is #099724. Grayscale: #9F9F9F. Windows color (decimal): -628517 or 14379254. OLE color: 14379254.

HSL color Cylindrical-coordinate representation of color #F668DB: hue angle of 311.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668DB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 219 -
CMYK 0 0.58 0.11 0.04
HSL 311.41º 0.89% 0.69% -
HSV(B) 311.41º 0.58% 0.96% -
XYZ 55.74 34.61 70.76 -
YUV 159.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 246 104 219 0 0.58 0.11 0.04 311.41 0.89 0.69
Hex F6 68 DB 0 3A B 4 137 59 45
Octal 366 150 333 0 72 13 4 467 131 105
Binary 11110110 1101000 11011011 0 111010 1011 100 100110111 1011001 1000101

Color Harmonies of #F668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668DB

Black with #F668DB

Text Example


Text Example

White with #F668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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