Html Css Color HEX #F661DB Free Speech Magenta

📋 copy color: '#F661DB'

red 246 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F661DB

Tints of Free Speech Magenta #F661DB

RGB

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

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

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

R = 43.77%
G = 17.26%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F661DB (or 0xF661DB) is known color: Free Speech Magenta. HEX triplet: F6, 61 and DB. RGB value is (246,97,219). Sum of RGB (Red+Green+Blue) = 246+97+219=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F661DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F661DB is #099E24. Grayscale: #9B9B9B. Windows color (decimal): -630309 or 14377462. OLE color: 14377462.

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

Color convert

RGB 246 97 219 -
CMYK 0 0.61 0.11 0.04
HSL 310.87º 0.89% 0.67% -
HSV(B) 310.87º 0.61% 0.96% -
XYZ 55.07 33.26 70.53 -
YUV 155.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 246 97 219 0 0.61 0.11 0.04 310.87 0.89 0.67
Hex F6 61 DB 0 3D B 4 137 59 43
Octal 366 141 333 0 75 13 4 467 131 103
Binary 11110110 1100001 11011011 0 111101 1011 100 100110111 1011001 1000011

Color Harmonies of #F661DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F661DB

Black with #F661DB

Text Example


Text Example

White with #F661DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F661DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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