Html Css Color HEX #F25EDA Free Speech Magenta

📋 copy color: '#F25EDA'

red 242 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #F25EDA

Tints of Free Speech Magenta #F25EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 43.68%
G = 16.97%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F25EDA (or 0xF25EDA) is known color: Free Speech Magenta. HEX triplet: F2, 5E and DA. RGB value is (242,94,218). Sum of RGB (Red+Green+Blue) = 242+94+218=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EDA is #0DA125. Grayscale: #989898. Windows color (decimal): -893222 or 14311154. OLE color: 14311154.

HSL color Cylindrical-coordinate representation of color #F25EDA: hue angle of 309.73º 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 #F25EDA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 94 218 -
CMYK 0 0.61 0.10 0.05
HSL 309.73º 0.85% 0.66% -
HSV(B) 309.73º 0.61% 0.95% -
XYZ 53.28 31.94 69.69 -
YUV 152.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 242 94 218 0 0.61 0.10 0.05 309.73 0.85 0.66
Hex F2 5E DA 0 3D A 5 136 55 42
Octal 362 136 332 0 75 12 5 466 125 102
Binary 11110010 1011110 11011010 0 111101 1010 101 100110110 1010101 1000010

Color Harmonies of #F25EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EDA

Black with #F25EDA

Text Example


Text Example

White with #F25EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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