Html Css Color HEX #F04BCD Free Speech Magenta

📋 copy color: '#F04BCD'

red 240 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Magenta #F04BCD

Tints of Free Speech Magenta #F04BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 46.15%
G = 14.42%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F04BCD (or 0xF04BCD) is known color: Free Speech Magenta. HEX triplet: F0, 4B and CD. RGB value is (240,75,205). Sum of RGB (Red+Green+Blue) = 240+75+205=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BCD is #0FB432. Grayscale: #8A8A8A. Windows color (decimal): -1029171 or 13454320. OLE color: 13454320.

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

Color convert

RGB 240 75 205 -
CMYK 0 0.69 0.15 0.06
HSL 312.73º 0.85% 0.62% -
HSV(B) 312.73º 0.69% 0.94% -
XYZ 49.47 27.97 60.55 -
YUV 139.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 240 75 205 0 0.69 0.15 0.06 312.73 0.85 0.62
Hex F0 4B CD 0 45 F 6 139 55 3E
Octal 360 113 315 0 105 17 6 471 125 76
Binary 11110000 1001011 11001101 0 1000101 1111 110 100111001 1010101 111110

Color Harmonies of #F04BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BCD

Black with #F04BCD

Text Example


Text Example

White with #F04BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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