Html Css Color HEX #F04CED Free Speech Magenta

📋 copy color: '#F04CED'

red 240 ◦ green 76 ◦ blue 237

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

Shades of Free Speech Magenta #F04CED

Tints of Free Speech Magenta #F04CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 43.4%
G = 13.74%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F04CED (or 0xF04CED) is known color: Free Speech Magenta. HEX triplet: F0, 4C and ED. RGB value is (240,76,237). Sum of RGB (Red+Green+Blue) = 240+76+237=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CED is #0FB312. Grayscale: #8E8E8E. Windows color (decimal): -1028883 or 15551728. OLE color: 15551728.

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

Color convert

RGB 240 76 237 -
CMYK 0 0.68 0.01 0.06
HSL 301.1º 0.85% 0.62% -
HSV(B) 301.1º 0.68% 0.94% -
XYZ 53.81 29.81 83.04 -
YUV 143.39 180.83 196.91 -
System Red Green Blue C M Y K H S L
Decimal 240 76 237 0 0.68 0.01 0.06 301.1 0.85 0.62
Hex F0 4C ED 0 44 1 6 12D 55 3E
Octal 360 114 355 0 104 1 6 455 125 76
Binary 11110000 1001100 11101101 0 1000100 1 110 100101101 1010101 111110

Color Harmonies of #F04CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CED

Black with #F04CED

Text Example


Text Example

White with #F04CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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