Html Css Color HEX #F25ED0 Free Speech Magenta

📋 copy color: '#F25ED0'

red 242 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Magenta #F25ED0

Tints of Free Speech Magenta #F25ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 44.49%
G = 17.28%
B = 38.24%

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

#F25ED0 (or 0xF25ED0) is known color: Free Speech Magenta. HEX triplet: F2, 5E and D0. RGB value is (242,94,208). Sum of RGB (Red+Green+Blue) = 242+94+208=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED0 is #0DA12F. Grayscale: #969696. Windows color (decimal): -893232 or 13655794. OLE color: 13655794.

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

Color convert

RGB 242 94 208 -
CMYK 0 0.61 0.14 0.05
HSL 313.78º 0.85% 0.66% -
HSV(B) 313.78º 0.61% 0.95% -
XYZ 52.01 31.44 63 -
YUV 151.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 242 94 208 0 0.61 0.14 0.05 313.78 0.85 0.66
Hex F2 5E D0 0 3D E 5 13A 55 42
Octal 362 136 320 0 75 16 5 472 125 102
Binary 11110010 1011110 11010000 0 111101 1110 101 100111010 1010101 1000010

Color Harmonies of #F25ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ED0

Black with #F25ED0

Text Example


Text Example

White with #F25ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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