Html Css Color HEX #F25ED5 Free Speech Magenta

📋 copy color: '#F25ED5'

red 242 ◦ green 94 ◦ blue 213

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

Shades of Free Speech Magenta #F25ED5

Tints of Free Speech Magenta #F25ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 44.08%
G = 17.12%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F25ED5 (or 0xF25ED5) is known color: Free Speech Magenta. HEX triplet: F2, 5E and D5. RGB value is (242,94,213). Sum of RGB (Red+Green+Blue) = 242+94+213=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED5 is #0DA12A. Grayscale: #979797. Windows color (decimal): -893227 or 13983474. OLE color: 13983474.

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

Color convert

RGB 242 94 213 -
CMYK 0 0.61 0.12 0.05
HSL 311.76º 0.85% 0.66% -
HSV(B) 311.76º 0.61% 0.95% -
XYZ 52.63 31.69 66.29 -
YUV 151.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 242 94 213 0 0.61 0.12 0.05 311.76 0.85 0.66
Hex F2 5E D5 0 3D C 5 138 55 42
Octal 362 136 325 0 75 14 5 470 125 102
Binary 11110010 1011110 11010101 0 111101 1100 101 100111000 1010101 1000010

Color Harmonies of #F25ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ED5

Black with #F25ED5

Text Example


Text Example

White with #F25ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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