Html Css Color HEX #F553CB Free Speech Magenta

📋 copy color: '#F553CB'

red 245 ◦ green 83 ◦ blue 203

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

Shades of Free Speech Magenta #F553CB

Tints of Free Speech Magenta #F553CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 46.14%
G = 15.63%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F553CB (or 0xF553CB) is known color: Free Speech Magenta. HEX triplet: F5, 53 and CB. RGB value is (245,83,203). Sum of RGB (Red+Green+Blue) = 245+83+203=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F553CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553CB is #0AAC34. Grayscale: #909090. Windows color (decimal): -699445 or 13325301. OLE color: 13325301.

HSL color Cylindrical-coordinate representation of color #F553CB: hue angle of 315.56º 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 #F553CB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 203 -
CMYK 0 0.66 0.17 0.04
HSL 315.56º 0.89% 0.64% -
HSV(B) 315.56º 0.66% 0.96% -
XYZ 51.53 29.91 59.56 -
YUV 145.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 245 83 203 0 0.66 0.17 0.04 315.56 0.89 0.64
Hex F5 53 CB 0 42 11 4 13C 59 40
Octal 365 123 313 0 102 21 4 474 131 100
Binary 11110101 1010011 11001011 0 1000010 10001 100 100111100 1011001 1000000

Color Harmonies of #F553CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553CB

Black with #F553CB

Text Example


Text Example

White with #F553CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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