Html Css Color HEX #F257E5 Free Speech Magenta

📋 copy color: '#F257E5'

red 242 ◦ green 87 ◦ blue 229

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

Shades of Free Speech Magenta #F257E5

Tints of Free Speech Magenta #F257E5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.59%

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

R = 43.37%
G = 15.59%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F257E5 (or 0xF257E5) is known color: Free Speech Magenta. HEX triplet: F2, 57 and E5. RGB value is (242,87,229). Sum of RGB (Red+Green+Blue) = 242+87+229=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 87 (34.38% from 255 or 15.59% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F257E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257E5 is #0DA81A. Grayscale: #959595. Windows color (decimal): -895003 or 15030258. OLE color: 15030258.

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

Color convert

RGB 242 87 229 -
CMYK 0 0.64 0.05 0.05
HSL 305.03º 0.86% 0.65% -
HSV(B) 305.03º 0.64% 0.95% -
XYZ 54.17 31.35 77.33 -
YUV 149.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 242 87 229 0 0.64 0.05 0.05 305.03 0.86 0.65
Hex F2 57 E5 0 40 5 5 131 56 41
Octal 362 127 345 0 100 5 5 461 126 101
Binary 11110010 1010111 11100101 0 1000000 101 101 100110001 1010110 1000001

Color Harmonies of #F257E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257E5

Black with #F257E5

Text Example


Text Example

White with #F257E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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