Html Css Color HEX #F355D4 Free Speech Magenta

📋 copy color: '#F355D4'

red 243 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #F355D4

Tints of Free Speech Magenta #F355D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 45%
G = 15.74%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F355D4 (or 0xF355D4) is known color: Free Speech Magenta. HEX triplet: F3, 55 and D4. RGB value is (243,85,212). Sum of RGB (Red+Green+Blue) = 243+85+212=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F355D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355D4 is #0CAA2B. Grayscale: #929292. Windows color (decimal): -829996 or 13915635. OLE color: 13915635.

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

Color convert

RGB 243 85 212 -
CMYK 0 0.65 0.13 0.05
HSL 311.77º 0.87% 0.64% -
HSV(B) 311.77º 0.65% 0.95% -
XYZ 52.09 30.31 65.39 -
YUV 146.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 243 85 212 0 0.65 0.13 0.05 311.77 0.87 0.64
Hex F3 55 D4 0 41 D 5 138 57 40
Octal 363 125 324 0 101 15 5 470 127 100
Binary 11110011 1010101 11010100 0 1000001 1101 101 100111000 1010111 1000000

Color Harmonies of #F355D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355D4

Black with #F355D4

Text Example


Text Example

White with #F355D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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