Html Css Color HEX #F25EDC Free Speech Magenta

📋 copy color: '#F25EDC'

red 242 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #F25EDC

Tints of Free Speech Magenta #F25EDC

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

 GREEN value IS 94 (37.11% from 255) = 16.91%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 43.53%
G = 16.91%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F25EDC (or 0xF25EDC) is known color: Free Speech Magenta. HEX triplet: F2, 5E and DC. RGB value is (242,94,220). Sum of RGB (Red+Green+Blue) = 242+94+220=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EDC is #0DA123. Grayscale: #989898. Windows color (decimal): -893220 or 14442226. OLE color: 14442226.

HSL color Cylindrical-coordinate representation of color #F25EDC: hue angle of 308.92º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25EDC is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 94 220 -
CMYK 0 0.61 0.09 0.05
HSL 308.92º 0.85% 0.66% -
HSV(B) 308.92º 0.61% 0.95% -
XYZ 53.54 32.05 71.07 -
YUV 152.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 242 94 220 0 0.61 0.09 0.05 308.92 0.85 0.66
Hex F2 5E DC 0 3D 9 5 135 55 42
Octal 362 136 334 0 75 11 5 465 125 102
Binary 11110010 1011110 11011100 0 111101 1001 101 100110101 1010101 1000010

Color Harmonies of #F25EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EDC

Black with #F25EDC

Text Example


Text Example

White with #F25EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EDC; }

 p { color: rgb(242,94,220); }

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

background-color css

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

 a { background-color: rgb(242,94,220); }

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

border-color css

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

 span { border-color: rgb(242,94,220); }

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