Html Css Color HEX #F04FCE Free Speech Magenta

📋 copy color: '#F04FCE'

red 240 ◦ green 79 ◦ blue 206

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

Shades of Free Speech Magenta #F04FCE

Tints of Free Speech Magenta #F04FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.05%

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

R = 45.71%
G = 15.05%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F04FCE (or 0xF04FCE) is known color: Free Speech Magenta. HEX triplet: F0, 4F and CE. RGB value is (240,79,206). Sum of RGB (Red+Green+Blue) = 240+79+206=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FCE is #0FB031. Grayscale: #8D8D8D. Windows color (decimal): -1028146 or 13520880. OLE color: 13520880.

HSL color Cylindrical-coordinate representation of color #F04FCE: hue angle of 312.67º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FCE is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 206 -
CMYK 0 0.67 0.14 0.06
HSL 312.67º 0.84% 0.63% -
HSV(B) 312.67º 0.67% 0.94% -
XYZ 49.87 28.57 61.28 -
YUV 141.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 240 79 206 0 0.67 0.14 0.06 312.67 0.84 0.63
Hex F0 4F CE 0 43 E 6 139 54 3F
Octal 360 117 316 0 103 16 6 471 124 77
Binary 11110000 1001111 11001110 0 1000011 1110 110 100111001 1010100 111111

Color Harmonies of #F04FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FCE

Black with #F04FCE

Text Example


Text Example

White with #F04FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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