Html Css Color HEX #F55CCF Free Speech Magenta

📋 copy color: '#F55CCF'

red 245 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Magenta #F55CCF

Tints of Free Speech Magenta #F55CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 45.04%
G = 16.91%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F55CCF (or 0xF55CCF) is known color: Free Speech Magenta. HEX triplet: F5, 5C and CF. RGB value is (245,92,207). Sum of RGB (Red+Green+Blue) = 245+92+207=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CCF is #0AA330. Grayscale: #969696. Windows color (decimal): -697137 or 13589749. OLE color: 13589749.

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

Color convert

RGB 245 92 207 -
CMYK 0 0.62 0.16 0.04
HSL 314.9º 0.88% 0.66% -
HSV(B) 314.9º 0.62% 0.96% -
XYZ 52.75 31.57 62.35 -
YUV 150.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 245 92 207 0 0.62 0.16 0.04 314.9 0.88 0.66
Hex F5 5C CF 0 3E 10 4 13B 58 42
Octal 365 134 317 0 76 20 4 473 130 102
Binary 11110101 1011100 11001111 0 111110 10000 100 100111011 1011000 1000010

Color Harmonies of #F55CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CCF

Black with #F55CCF

Text Example


Text Example

White with #F55CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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