Html Css Color HEX #F04CDD Free Speech Magenta

📋 copy color: '#F04CDD'

red 240 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #F04CDD

Tints of Free Speech Magenta #F04CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 44.69%
G = 14.15%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F04CDD (or 0xF04CDD) is known color: Free Speech Magenta. HEX triplet: F0, 4C and DD. RGB value is (240,76,221). Sum of RGB (Red+Green+Blue) = 240+76+221=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CDD is #0FB322. Grayscale: #8D8D8D. Windows color (decimal): -1028899 or 14503152. OLE color: 14503152.

HSL color Cylindrical-coordinate representation of color #F04CDD: hue angle of 306.95º 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 #F04CDD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 221 -
CMYK 0 0.68 0.08 0.06
HSL 306.95º 0.85% 0.62% -
HSV(B) 306.95º 0.68% 0.94% -
XYZ 51.57 28.91 71.27 -
YUV 141.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 240 76 221 0 0.68 0.08 0.06 306.95 0.85 0.62
Hex F0 4C DD 0 44 8 6 133 55 3E
Octal 360 114 335 0 104 10 6 463 125 76
Binary 11110000 1001100 11011101 0 1000100 1000 110 100110011 1010101 111110

Color Harmonies of #F04CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CDD

Black with #F04CDD

Text Example


Text Example

White with #F04CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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