Html Css Color HEX #F553C9 Free Speech Magenta

📋 copy color: '#F553C9'

red 245 ◦ green 83 ◦ blue 201

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

Shades of Free Speech Magenta #F553C9

Tints of Free Speech Magenta #F553C9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.69%

 BLUE value IS 201 (78.91% from 255) = 38%

R = 46.31%
G = 15.69%
B = 38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F553C9 (or 0xF553C9) is known color: Free Speech Magenta. HEX triplet: F5, 53 and C9. RGB value is (245,83,201). Sum of RGB (Red+Green+Blue) = 245+83+201=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F553C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553C9 is #0AAC36. Grayscale: #909090. Windows color (decimal): -699447 or 13194229. OLE color: 13194229.

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

Color convert

RGB 245 83 201 -
CMYK 0 0.66 0.18 0.04
HSL 316.3º 0.89% 0.64% -
HSV(B) 316.3º 0.66% 0.96% -
XYZ 51.29 29.82 58.31 -
YUV 144.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 245 83 201 0 0.66 0.18 0.04 316.3 0.89 0.64
Hex F5 53 C9 0 42 12 4 13C 59 40
Octal 365 123 311 0 102 22 4 474 131 100
Binary 11110101 1010011 11001001 0 1000010 10010 100 100111100 1011001 1000000

Color Harmonies of #F553C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553C9

Black with #F553C9

Text Example


Text Example

White with #F553C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553C9; }

 p { color: rgb(245,83,201); }

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

background-color css

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

 a { background-color: rgb(245,83,201); }

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

border-color css

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

 span { border-color: rgb(245,83,201); }

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