Html Css Color HEX #F25AEA Free Speech Magenta

📋 copy color: '#F25AEA'

red 242 ◦ green 90 ◦ blue 234

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

Shades of Free Speech Magenta #F25AEA

Tints of Free Speech Magenta #F25AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.9%

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

R = 42.76%
G = 15.9%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F25AEA (or 0xF25AEA) is known color: Free Speech Magenta. HEX triplet: F2, 5A and EA. RGB value is (242,90,234). Sum of RGB (Red+Green+Blue) = 242+90+234=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AEA is #0DA515. Grayscale: #979797. Windows color (decimal): -894230 or 15358706. OLE color: 15358706.

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

Color convert

RGB 242 90 234 -
CMYK 0 0.63 0.03 0.05
HSL 303.16º 0.85% 0.65% -
HSV(B) 303.16º 0.63% 0.95% -
XYZ 55.13 32.13 81.14 -
YUV 151.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 242 90 234 0 0.63 0.03 0.05 303.16 0.85 0.65
Hex F2 5A EA 0 3F 3 5 12F 55 41
Octal 362 132 352 0 77 3 5 457 125 101
Binary 11110010 1011010 11101010 0 111111 11 101 100101111 1010101 1000001

Color Harmonies of #F25AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AEA

Black with #F25AEA

Text Example


Text Example

White with #F25AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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