Html Css Color HEX #F25DE1 Free Speech Magenta

📋 copy color: '#F25DE1'

red 242 ◦ green 93 ◦ blue 225

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

Shades of Free Speech Magenta #F25DE1

Tints of Free Speech Magenta #F25DE1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.61%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 43.21%
G = 16.61%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F25DE1 (or 0xF25DE1) is known color: Free Speech Magenta. HEX triplet: F2, 5D and E1. RGB value is (242,93,225). Sum of RGB (Red+Green+Blue) = 242+93+225=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DE1 is #0DA21E. Grayscale: #989898. Windows color (decimal): -893471 or 14769650. OLE color: 14769650.

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

Color convert

RGB 242 93 225 -
CMYK 0 0.62 0.07 0.05
HSL 306.85º 0.85% 0.66% -
HSV(B) 306.85º 0.62% 0.95% -
XYZ 54.12 32.14 74.59 -
YUV 152.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 242 93 225 0 0.62 0.07 0.05 306.85 0.85 0.66
Hex F2 5D E1 0 3E 7 5 133 55 42
Octal 362 135 341 0 76 7 5 463 125 102
Binary 11110010 1011101 11100001 0 111110 111 101 100110011 1010101 1000010

Color Harmonies of #F25DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DE1

Black with #F25DE1

Text Example


Text Example

White with #F25DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DE1; }

 p { color: rgb(242,93,225); }

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

background-color css

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

 a { background-color: rgb(242,93,225); }

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

border-color css

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

 span { border-color: rgb(242,93,225); }

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