Html Css Color HEX #F55CDB Free Speech Magenta

📋 copy color: '#F55CDB'

red 245 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #F55CDB

Tints of Free Speech Magenta #F55CDB

RGB

 RED value IS 245 (96.09% from 255) = 44.06%

 GREEN value IS 92 (36.33% from 255) = 16.55%

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

R = 44.06%
G = 16.55%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F55CDB (or 0xF55CDB) is known color: Free Speech Magenta. HEX triplet: F5, 5C and DB. RGB value is (245,92,219). Sum of RGB (Red+Green+Blue) = 245+92+219=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CDB is #0AA324. Grayscale: #979797. Windows color (decimal): -697125 or 14376181. OLE color: 14376181.

HSL color Cylindrical-coordinate representation of color #F55CDB: hue angle of 310.2º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CDB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 219 -
CMYK 0 0.62 0.11 0.04
HSL 310.2º 0.88% 0.66% -
HSV(B) 310.2º 0.62% 0.96% -
XYZ 54.27 32.18 70.37 -
YUV 152.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 245 92 219 0 0.62 0.11 0.04 310.2 0.88 0.66
Hex F5 5C DB 0 3E B 4 136 58 42
Octal 365 134 333 0 76 13 4 466 130 102
Binary 11110101 1011100 11011011 0 111110 1011 100 100110110 1011000 1000010

Color Harmonies of #F55CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CDB

Black with #F55CDB

Text Example


Text Example

White with #F55CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CDB; }

 p { color: rgb(245,92,219); }

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

background-color css

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

 a { background-color: rgb(245,92,219); }

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

border-color css

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

 span { border-color: rgb(245,92,219); }

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