Html Css Color HEX #F355CC Free Speech Magenta

📋 copy color: '#F355CC'

red 243 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #F355CC

Tints of Free Speech Magenta #F355CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 45.68%
G = 15.98%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F355CC (or 0xF355CC) is known color: Free Speech Magenta. HEX triplet: F3, 55 and CC. RGB value is (243,85,204). Sum of RGB (Red+Green+Blue) = 243+85+204=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F355CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355CC is #0CAA33. Grayscale: #919191. Windows color (decimal): -830004 or 13391347. OLE color: 13391347.

HSL color Cylindrical-coordinate representation of color #F355CC: hue angle of 314.81º 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 #F355CC is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 85 204 -
CMYK 0 0.65 0.16 0.05
HSL 314.81º 0.87% 0.64% -
HSV(B) 314.81º 0.65% 0.95% -
XYZ 51.11 29.91 60.21 -
YUV 145.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 243 85 204 0 0.65 0.16 0.05 314.81 0.87 0.64
Hex F3 55 CC 0 41 10 5 13B 57 40
Octal 363 125 314 0 101 20 5 473 127 100
Binary 11110011 1010101 11001100 0 1000001 10000 101 100111011 1010111 1000000

Color Harmonies of #F355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355CC

Black with #F355CC

Text Example


Text Example

White with #F355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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