Html Css Color HEX #F25FE0 Free Speech Magenta

📋 copy color: '#F25FE0'

red 242 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #F25FE0

Tints of Free Speech Magenta #F25FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.93%

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

R = 43.14%
G = 16.93%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F25FE0 (or 0xF25FE0) is known color: Free Speech Magenta. HEX triplet: F2, 5F and E0. RGB value is (242,95,224). Sum of RGB (Red+Green+Blue) = 242+95+224=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FE0 is #0DA01F. Grayscale: #999999. Windows color (decimal): -892960 or 14704626. OLE color: 14704626.

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

Color convert

RGB 242 95 224 -
CMYK 0 0.61 0.07 0.05
HSL 307.35º 0.85% 0.66% -
HSV(B) 307.35º 0.61% 0.95% -
XYZ 54.16 32.44 73.93 -
YUV 153.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 242 95 224 0 0.61 0.07 0.05 307.35 0.85 0.66
Hex F2 5F E0 0 3D 7 5 133 55 42
Octal 362 137 340 0 75 7 5 463 125 102
Binary 11110010 1011111 11100000 0 111101 111 101 100110011 1010101 1000010

Color Harmonies of #F25FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FE0

Black with #F25FE0

Text Example


Text Example

White with #F25FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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