Html Css Color HEX #F25BE5 Free Speech Magenta

📋 copy color: '#F25BE5'

red 242 ◦ green 91 ◦ blue 229

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

Shades of Free Speech Magenta #F25BE5

Tints of Free Speech Magenta #F25BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.19%

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 43.06%
G = 16.19%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F25BE5 (or 0xF25BE5) is known color: Free Speech Magenta. HEX triplet: F2, 5B and E5. RGB value is (242,91,229). Sum of RGB (Red+Green+Blue) = 242+91+229=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BE5 is #0DA41A. Grayscale: #979797. Windows color (decimal): -893979 or 15031282. OLE color: 15031282.

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

Color convert

RGB 242 91 229 -
CMYK 0 0.62 0.05 0.05
HSL 305.17º 0.85% 0.65% -
HSV(B) 305.17º 0.62% 0.95% -
XYZ 54.5 32.02 77.44 -
YUV 151.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 242 91 229 0 0.62 0.05 0.05 305.17 0.85 0.65
Hex F2 5B E5 0 3E 5 5 131 55 41
Octal 362 133 345 0 76 5 5 461 125 101
Binary 11110010 1011011 11100101 0 111110 101 101 100110001 1010101 1000001

Color Harmonies of #F25BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BE5

Black with #F25BE5

Text Example


Text Example

White with #F25BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BE5; }

 p { color: rgb(242,91,229); }

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

background-color css

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

 a { background-color: rgb(242,91,229); }

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

border-color css

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

 span { border-color: rgb(242,91,229); }

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