Html Css Color HEX #F650DD Free Speech Magenta

📋 copy color: '#F650DD'

red 246 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F650DD

Tints of Free Speech Magenta #F650DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.63%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 44.97%
G = 14.63%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F650DD (or 0xF650DD) is known color: Free Speech Magenta. HEX triplet: F6, 50 and DD. RGB value is (246,80,221). Sum of RGB (Red+Green+Blue) = 246+80+221=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F650DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650DD is #09AF22. Grayscale: #919191. Windows color (decimal): -634659 or 14504182. OLE color: 14504182.

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

Color convert

RGB 246 80 221 -
CMYK 0 0.67 0.10 0.04
HSL 309.04º 0.9% 0.64% -
HSV(B) 309.04º 0.67% 0.96% -
XYZ 53.93 30.55 71.46 -
YUV 145.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 246 80 221 0 0.67 0.10 0.04 309.04 0.9 0.64
Hex F6 50 DD 0 43 A 4 135 5A 40
Octal 366 120 335 0 103 12 4 465 132 100
Binary 11110110 1010000 11011101 0 1000011 1010 100 100110101 1011010 1000000

Color Harmonies of #F650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650DD

Black with #F650DD

Text Example


Text Example

White with #F650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650DD; }

 p { color: rgb(246,80,221); }

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

background-color css

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

 a { background-color: rgb(246,80,221); }

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

border-color css

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

 span { border-color: rgb(246,80,221); }

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