Html Css Color HEX #F653CD Free Speech Magenta

📋 copy color: '#F653CD'

red 246 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Magenta #F653CD

Tints of Free Speech Magenta #F653CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.54%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 46.07%
G = 15.54%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F653CD (or 0xF653CD) is known color: Free Speech Magenta. HEX triplet: F6, 53 and CD. RGB value is (246,83,205). Sum of RGB (Red+Green+Blue) = 246+83+205=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F653CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653CD is #09AC32. Grayscale: #919191. Windows color (decimal): -633907 or 13456374. OLE color: 13456374.

HSL color Cylindrical-coordinate representation of color #F653CD: hue angle of 315.09º 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 #F653CD is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 205 -
CMYK 0 0.66 0.17 0.04
HSL 315.09º 0.9% 0.65% -
HSV(B) 315.09º 0.66% 0.96% -
XYZ 52.12 30.19 60.84 -
YUV 145.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 246 83 205 0 0.66 0.17 0.04 315.09 0.9 0.65
Hex F6 53 CD 0 42 11 4 13B 5A 41
Octal 366 123 315 0 102 21 4 473 132 101
Binary 11110110 1010011 11001101 0 1000010 10001 100 100111011 1011010 1000001

Color Harmonies of #F653CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F653CD

Black with #F653CD

Text Example


Text Example

White with #F653CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F653CD; }

 p { color: rgb(246,83,205); }

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

background-color css

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

 a { background-color: rgb(246,83,205); }

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

border-color css

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

 span { border-color: rgb(246,83,205); }

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