Html Css Color HEX #F25ED1 Free Speech Magenta

📋 copy color: '#F25ED1'

red 242 ◦ green 94 ◦ blue 209

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

Shades of Free Speech Magenta #F25ED1

Tints of Free Speech Magenta #F25ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 44.4%
G = 17.25%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F25ED1 (or 0xF25ED1) is known color: Free Speech Magenta. HEX triplet: F2, 5E and D1. RGB value is (242,94,209). Sum of RGB (Red+Green+Blue) = 242+94+209=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED1 is #0DA12E. Grayscale: #979797. Windows color (decimal): -893231 or 13721330. OLE color: 13721330.

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

Color convert

RGB 242 94 209 -
CMYK 0 0.61 0.14 0.05
HSL 313.38º 0.85% 0.66% -
HSV(B) 313.38º 0.61% 0.95% -
XYZ 52.13 31.49 63.65 -
YUV 151.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 242 94 209 0 0.61 0.14 0.05 313.38 0.85 0.66
Hex F2 5E D1 0 3D E 5 139 55 42
Octal 362 136 321 0 75 16 5 471 125 102
Binary 11110010 1011110 11010001 0 111101 1110 101 100111001 1010101 1000010

Color Harmonies of #F25ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ED1

Black with #F25ED1

Text Example


Text Example

White with #F25ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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