Html Css Color HEX #F04BDD Free Speech Magenta

📋 copy color: '#F04BDD'

red 240 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Magenta #F04BDD

Tints of Free Speech Magenta #F04BDD

RGB

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

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

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

R = 44.78%
G = 13.99%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F04BDD (or 0xF04BDD) is known color: Free Speech Magenta. HEX triplet: F0, 4B and DD. RGB value is (240,75,221). Sum of RGB (Red+Green+Blue) = 240+75+221=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BDD is #0FB422. Grayscale: #8C8C8C. Windows color (decimal): -1029155 or 14502896. OLE color: 14502896.

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

Color convert

RGB 240 75 221 -
CMYK 0 0.69 0.08 0.06
HSL 306.91º 0.85% 0.62% -
HSV(B) 306.91º 0.69% 0.94% -
XYZ 51.5 28.78 71.25 -
YUV 140.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 240 75 221 0 0.69 0.08 0.06 306.91 0.85 0.62
Hex F0 4B DD 0 45 8 6 133 55 3E
Octal 360 113 335 0 105 10 6 463 125 76
Binary 11110000 1001011 11011101 0 1000101 1000 110 100110011 1010101 111110

Color Harmonies of #F04BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BDD

Black with #F04BDD

Text Example


Text Example

White with #F04BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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