Html Css Color HEX #F25DEA Free Speech Magenta

📋 copy color: '#F25DEA'

red 242 ◦ green 93 ◦ blue 234

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

Shades of Free Speech Magenta #F25DEA

Tints of Free Speech Magenta #F25DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 42.53%
G = 16.34%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F25DEA (or 0xF25DEA) is known color: Free Speech Magenta. HEX triplet: F2, 5D and EA. RGB value is (242,93,234). Sum of RGB (Red+Green+Blue) = 242+93+234=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DEA is #0DA215. Grayscale: #999999. Windows color (decimal): -893462 or 15359474. OLE color: 15359474.

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

Color convert

RGB 242 93 234 -
CMYK 0 0.62 0.03 0.05
HSL 303.22º 0.85% 0.66% -
HSV(B) 303.22º 0.62% 0.95% -
XYZ 55.38 32.65 81.22 -
YUV 153.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 242 93 234 0 0.62 0.03 0.05 303.22 0.85 0.66
Hex F2 5D EA 0 3E 3 5 12F 55 42
Octal 362 135 352 0 76 3 5 457 125 102
Binary 11110010 1011101 11101010 0 111110 11 101 100101111 1010101 1000010

Color Harmonies of #F25DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DEA

Black with #F25DEA

Text Example


Text Example

White with #F25DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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