Html Css Color HEX #F357DD Free Speech Magenta

📋 copy color: '#F357DD'

red 243 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #F357DD

Tints of Free Speech Magenta #F357DD

RGB

 RED value IS 243 (95.31% from 255) = 44.1%

 GREEN value IS 87 (34.38% from 255) = 15.79%

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

R = 44.1%
G = 15.79%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F357DD (or 0xF357DD) is known color: Free Speech Magenta. HEX triplet: F3, 57 and DD. RGB value is (243,87,221). Sum of RGB (Red+Green+Blue) = 243+87+221=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F357DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357DD is #0CA822. Grayscale: #949494. Windows color (decimal): -829475 or 14505971. OLE color: 14505971.

HSL color Cylindrical-coordinate representation of color #F357DD: hue angle of 308.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F357DD is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 87 221 -
CMYK 0 0.64 0.09 0.05
HSL 308.46º 0.87% 0.65% -
HSV(B) 308.46º 0.64% 0.95% -
XYZ 53.42 31.09 71.59 -
YUV 148.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 243 87 221 0 0.64 0.09 0.05 308.46 0.87 0.65
Hex F3 57 DD 0 40 9 5 134 57 41
Octal 363 127 335 0 100 11 5 464 127 101
Binary 11110011 1010111 11011101 0 1000000 1001 101 100110100 1010111 1000001

Color Harmonies of #F357DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F357DD

Black with #F357DD

Text Example


Text Example

White with #F357DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F357DD; }

 p { color: rgb(243,87,221); }

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

background-color css

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

 a { background-color: rgb(243,87,221); }

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

border-color css

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

 span { border-color: rgb(243,87,221); }

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