Html Css Color HEX #F35EDB Free Speech Magenta

📋 copy color: '#F35EDB'

red 243 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F35EDB

Tints of Free Speech Magenta #F35EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.91%

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

R = 43.71%
G = 16.91%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F35EDB (or 0xF35EDB) is known color: Free Speech Magenta. HEX triplet: F3, 5E and DB. RGB value is (243,94,219). Sum of RGB (Red+Green+Blue) = 243+94+219=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EDB is #0CA124. Grayscale: #989898. Windows color (decimal): -827685 or 14376691. OLE color: 14376691.

HSL color Cylindrical-coordinate representation of color #F35EDB: hue angle of 309.66º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EDB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 219 -
CMYK 0 0.61 0.10 0.05
HSL 309.66º 0.86% 0.66% -
HSV(B) 309.66º 0.61% 0.95% -
XYZ 53.75 32.17 70.4 -
YUV 152.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 243 94 219 0 0.61 0.10 0.05 309.66 0.86 0.66
Hex F3 5E DB 0 3D A 5 136 56 42
Octal 363 136 333 0 75 12 5 466 126 102
Binary 11110011 1011110 11011011 0 111101 1010 101 100110110 1010110 1000010

Color Harmonies of #F35EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EDB

Black with #F35EDB

Text Example


Text Example

White with #F35EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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