Html Css Color HEX #F25AEB Free Speech Magenta

📋 copy color: '#F25AEB'

red 242 ◦ green 90 ◦ blue 235

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

Shades of Free Speech Magenta #F25AEB

Tints of Free Speech Magenta #F25AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 42.68%
G = 15.87%
B = 41.45%

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

#F25AEB (or 0xF25AEB) is known color: Free Speech Magenta. HEX triplet: F2, 5A and EB. RGB value is (242,90,235). Sum of RGB (Red+Green+Blue) = 242+90+235=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AEB is #0DA514. Grayscale: #979797. Windows color (decimal): -894229 or 15424242. OLE color: 15424242.

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

Color convert

RGB 242 90 235 -
CMYK 0 0.63 0.03 0.05
HSL 302.76º 0.85% 0.65% -
HSV(B) 302.76º 0.63% 0.95% -
XYZ 55.27 32.19 81.9 -
YUV 151.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 242 90 235 0 0.63 0.03 0.05 302.76 0.85 0.65
Hex F2 5A EB 0 3F 3 5 12F 55 41
Octal 362 132 353 0 77 3 5 457 125 101
Binary 11110010 1011010 11101011 0 111111 11 101 100101111 1010101 1000001

Color Harmonies of #F25AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AEB

Black with #F25AEB

Text Example


Text Example

White with #F25AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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