Html Css Color HEX #F654DB Free Speech Magenta

📋 copy color: '#F654DB'

red 246 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #F654DB

Tints of Free Speech Magenta #F654DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.3%

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

R = 44.81%
G = 15.3%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F654DB (or 0xF654DB) is known color: Free Speech Magenta. HEX triplet: F6, 54 and DB. RGB value is (246,84,219). Sum of RGB (Red+Green+Blue) = 246+84+219=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F654DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F654DB is #09AB24. Grayscale: #939393. Windows color (decimal): -633637 or 14374134. OLE color: 14374134.

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

Color convert

RGB 246 84 219 -
CMYK 0 0.66 0.11 0.04
HSL 310º 0.9% 0.65% -
HSV(B) 310º 0.66% 0.96% -
XYZ 53.96 31.05 70.17 -
YUV 147.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 246 84 219 0 0.66 0.11 0.04 310 0.9 0.65
Hex F6 54 DB 0 42 B 4 136 5A 41
Octal 366 124 333 0 102 13 4 466 132 101
Binary 11110110 1010100 11011011 0 1000010 1011 100 100110110 1011010 1000001

Color Harmonies of #F654DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F654DB

Black with #F654DB

Text Example


Text Example

White with #F654DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F654DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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