Html Css Color HEX #F05CCD Free Speech Magenta

📋 copy color: '#F05CCD'

red 240 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Magenta #F05CCD

Tints of Free Speech Magenta #F05CCD

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 44.69%
G = 17.13%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F05CCD (or 0xF05CCD) is known color: Free Speech Magenta. HEX triplet: F0, 5C and CD. RGB value is (240,92,205). Sum of RGB (Red+Green+Blue) = 240+92+205=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CCD is #0FA332. Grayscale: #949494. Windows color (decimal): -1024819 or 13458672. OLE color: 13458672.

HSL color Cylindrical-coordinate representation of color #F05CCD: hue angle of 314.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CCD is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 205 -
CMYK 0 0.62 0.15 0.06
HSL 314.19º 0.83% 0.65% -
HSV(B) 314.19º 0.62% 0.94% -
XYZ 50.78 30.59 60.99 -
YUV 149.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 240 92 205 0 0.62 0.15 0.06 314.19 0.83 0.65
Hex F0 5C CD 0 3E F 6 13A 53 41
Octal 360 134 315 0 76 17 6 472 123 101
Binary 11110000 1011100 11001101 0 111110 1111 110 100111010 1010011 1000001

Color Harmonies of #F05CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CCD

Black with #F05CCD

Text Example


Text Example

White with #F05CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CCD; }

 p { color: rgb(240,92,205); }

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

background-color css

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

 a { background-color: rgb(240,92,205); }

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

border-color css

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

 span { border-color: rgb(240,92,205); }

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