Html Css Color HEX #F555DF Free Speech Magenta

📋 copy color: '#F555DF'

red 245 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #F555DF

Tints of Free Speech Magenta #F555DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 44.3%
G = 15.37%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F555DF (or 0xF555DF) is known color: Free Speech Magenta. HEX triplet: F5, 55 and DF. RGB value is (245,85,223). Sum of RGB (Red+Green+Blue) = 245+85+223=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F555DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555DF is #0AAA20. Grayscale: #949494. Windows color (decimal): -698913 or 14636533. OLE color: 14636533.

HSL color Cylindrical-coordinate representation of color #F555DF: hue angle of 308.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555DF is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 223 -
CMYK 0 0.65 0.09 0.04
HSL 308.25º 0.89% 0.65% -
HSV(B) 308.25º 0.65% 0.96% -
XYZ 54.22 31.24 72.98 -
YUV 148.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 245 85 223 0 0.65 0.09 0.04 308.25 0.89 0.65
Hex F5 55 DF 0 41 9 4 134 59 41
Octal 365 125 337 0 101 11 4 464 131 101
Binary 11110101 1010101 11011111 0 1000001 1001 100 100110100 1011001 1000001

Color Harmonies of #F555DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555DF

Black with #F555DF

Text Example


Text Example

White with #F555DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555DF; }

 p { color: rgb(245,85,223); }

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

background-color css

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

 a { background-color: rgb(245,85,223); }

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

border-color css

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

 span { border-color: rgb(245,85,223); }

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