Html Css Color HEX #F257ED Free Speech Magenta

📋 copy color: '#F257ED'

red 242 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #F257ED

Tints of Free Speech Magenta #F257ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 42.76%
G = 15.37%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F257ED (or 0xF257ED) is known color: Free Speech Magenta. HEX triplet: F2, 57 and ED. RGB value is (242,87,237). Sum of RGB (Red+Green+Blue) = 242+87+237=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F257ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257ED is #0DA812. Grayscale: #969696. Windows color (decimal): -894995 or 15554546. OLE color: 15554546.

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

Color convert

RGB 242 87 237 -
CMYK 0 0.64 0.02 0.05
HSL 301.94º 0.86% 0.65% -
HSV(B) 301.94º 0.64% 0.95% -
XYZ 55.31 31.81 83.35 -
YUV 150.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 242 87 237 0 0.64 0.02 0.05 301.94 0.86 0.65
Hex F2 57 ED 0 40 2 5 12E 56 41
Octal 362 127 355 0 100 2 5 456 126 101
Binary 11110010 1010111 11101101 0 1000000 10 101 100101110 1010110 1000001

Color Harmonies of #F257ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257ED

Black with #F257ED

Text Example


Text Example

White with #F257ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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