Html Css Color HEX #F04CCD Free Speech Magenta

📋 copy color: '#F04CCD'

red 240 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #F04CCD

Tints of Free Speech Magenta #F04CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

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

R = 46.07%
G = 14.59%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04CCD (or 0xF04CCD) is known color: Free Speech Magenta. HEX triplet: F0, 4C and CD. RGB value is (240,76,205). Sum of RGB (Red+Green+Blue) = 240+76+205=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CCD is #0FB332. Grayscale: #8B8B8B. Windows color (decimal): -1028915 or 13454576. OLE color: 13454576.

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

Color convert

RGB 240 76 205 -
CMYK 0 0.68 0.15 0.06
HSL 312.8º 0.85% 0.62% -
HSV(B) 312.8º 0.68% 0.94% -
XYZ 49.54 28.1 60.57 -
YUV 139.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 240 76 205 0 0.68 0.15 0.06 312.8 0.85 0.62
Hex F0 4C CD 0 44 F 6 139 55 3E
Octal 360 114 315 0 104 17 6 471 125 76
Binary 11110000 1001100 11001101 0 1000100 1111 110 100111001 1010101 111110

Color Harmonies of #F04CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CCD

Black with #F04CCD

Text Example


Text Example

White with #F04CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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