Html Css Color HEX #F25BE0 Free Speech Magenta

📋 copy color: '#F25BE0'

red 242 ◦ green 91 ◦ blue 224

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

Shades of Free Speech Magenta #F25BE0

Tints of Free Speech Magenta #F25BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 43.45%
G = 16.34%
B = 40.22%

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

#F25BE0 (or 0xF25BE0) is known color: Free Speech Magenta. HEX triplet: F2, 5B and E0. RGB value is (242,91,224). Sum of RGB (Red+Green+Blue) = 242+91+224=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BE0 is #0DA41F. Grayscale: #969696. Windows color (decimal): -893984 or 14703602. OLE color: 14703602.

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

Color convert

RGB 242 91 224 -
CMYK 0 0.62 0.07 0.05
HSL 307.15º 0.85% 0.65% -
HSV(B) 307.15º 0.62% 0.95% -
XYZ 53.81 31.74 73.81 -
YUV 151.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 242 91 224 0 0.62 0.07 0.05 307.15 0.85 0.65
Hex F2 5B E0 0 3E 7 5 133 55 41
Octal 362 133 340 0 76 7 5 463 125 101
Binary 11110010 1011011 11100000 0 111110 111 101 100110011 1010101 1000001

Color Harmonies of #F25BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BE0

Black with #F25BE0

Text Example


Text Example

White with #F25BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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