Html Css Color HEX #F04CCE Free Speech Magenta

📋 copy color: '#F04CCE'

red 240 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Magenta #F04CCE

Tints of Free Speech Magenta #F04CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 45.98%
G = 14.56%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F04CCE (or 0xF04CCE) is known color: Free Speech Magenta. HEX triplet: F0, 4C and CE. RGB value is (240,76,206). Sum of RGB (Red+Green+Blue) = 240+76+206=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CCE is #0FB331. Grayscale: #8B8B8B. Windows color (decimal): -1028914 or 13520112. OLE color: 13520112.

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

Color convert

RGB 240 76 206 -
CMYK 0 0.68 0.14 0.06
HSL 312.44º 0.85% 0.62% -
HSV(B) 312.44º 0.68% 0.94% -
XYZ 49.66 28.15 61.21 -
YUV 139.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 240 76 206 0 0.68 0.14 0.06 312.44 0.85 0.62
Hex F0 4C CE 0 44 E 6 138 55 3E
Octal 360 114 316 0 104 16 6 470 125 76
Binary 11110000 1001100 11001110 0 1000100 1110 110 100111000 1010101 111110

Color Harmonies of #F04CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CCE

Black with #F04CCE

Text Example


Text Example

White with #F04CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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