Html Css Color HEX #F258ED Free Speech Magenta

📋 copy color: '#F258ED'

red 242 ◦ green 88 ◦ blue 237

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

Shades of Free Speech Magenta #F258ED

Tints of Free Speech Magenta #F258ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.52%

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

R = 42.68%
G = 15.52%
B = 41.8%

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

#F258ED (or 0xF258ED) is known color: Free Speech Magenta. HEX triplet: F2, 58 and ED. RGB value is (242,88,237). Sum of RGB (Red+Green+Blue) = 242+88+237=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 88 (34.77% from 255 or 15.52% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F258ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258ED is #0DA712. Grayscale: #969696. Windows color (decimal): -894739 or 15554802. OLE color: 15554802.

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

Color convert

RGB 242 88 237 -
CMYK 0 0.64 0.02 0.05
HSL 301.95º 0.86% 0.65% -
HSV(B) 301.95º 0.64% 0.95% -
XYZ 55.39 31.97 83.37 -
YUV 151.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 242 88 237 0 0.64 0.02 0.05 301.95 0.86 0.65
Hex F2 58 ED 0 40 2 5 12E 56 41
Octal 362 130 355 0 100 2 5 456 126 101
Binary 11110010 1011000 11101101 0 1000000 10 101 100101110 1010110 1000001

Color Harmonies of #F258ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258ED

Black with #F258ED

Text Example


Text Example

White with #F258ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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