Html Css Color HEX #F355D7 Free Speech Magenta

📋 copy color: '#F355D7'

red 243 ◦ green 85 ◦ blue 215

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

Shades of Free Speech Magenta #F355D7

Tints of Free Speech Magenta #F355D7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.65%

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 44.75%
G = 15.65%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F355D7 (or 0xF355D7) is known color: Free Speech Magenta. HEX triplet: F3, 55 and D7. RGB value is (243,85,215). Sum of RGB (Red+Green+Blue) = 243+85+215=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F355D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355D7 is #0CAA28. Grayscale: #929292. Windows color (decimal): -829993 or 14112243. OLE color: 14112243.

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

Color convert

RGB 243 85 215 -
CMYK 0 0.65 0.12 0.05
HSL 310.63º 0.87% 0.64% -
HSV(B) 310.63º 0.65% 0.95% -
XYZ 52.48 30.46 67.4 -
YUV 147.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 243 85 215 0 0.65 0.12 0.05 310.63 0.87 0.64
Hex F3 55 D7 0 41 C 5 137 57 40
Octal 363 125 327 0 101 14 5 467 127 100
Binary 11110011 1010101 11010111 0 1000001 1100 101 100110111 1010111 1000000

Color Harmonies of #F355D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355D7

Black with #F355D7

Text Example


Text Example

White with #F355D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355D7; }

 p { color: rgb(243,85,215); }

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

background-color css

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

 a { background-color: rgb(243,85,215); }

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

border-color css

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

 span { border-color: rgb(243,85,215); }

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