Html Css Color HEX #F357DB Free Speech Magenta

📋 copy color: '#F357DB'

red 243 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #F357DB

Tints of Free Speech Magenta #F357DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 44.26%
G = 15.85%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F357DB (or 0xF357DB) is known color: Free Speech Magenta. HEX triplet: F3, 57 and DB. RGB value is (243,87,219). Sum of RGB (Red+Green+Blue) = 243+87+219=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F357DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357DB is #0CA824. Grayscale: #949494. Windows color (decimal): -829477 or 14374899. OLE color: 14374899.

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

Color convert

RGB 243 87 219 -
CMYK 0 0.64 0.10 0.05
HSL 309.23º 0.87% 0.65% -
HSV(B) 309.23º 0.64% 0.95% -
XYZ 53.16 30.99 70.2 -
YUV 148.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 243 87 219 0 0.64 0.10 0.05 309.23 0.87 0.65
Hex F3 57 DB 0 40 A 5 135 57 41
Octal 363 127 333 0 100 12 5 465 127 101
Binary 11110011 1010111 11011011 0 1000000 1010 101 100110101 1010111 1000001

Color Harmonies of #F357DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F357DB

Black with #F357DB

Text Example


Text Example

White with #F357DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F357DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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