Html Css Color HEX #F258E5 Free Speech Magenta

📋 copy color: '#F258E5'

red 242 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #F258E5

Tints of Free Speech Magenta #F258E5

RGB

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

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

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

R = 43.29%
G = 15.74%
B = 40.97%

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

#F258E5 (or 0xF258E5) is known color: Free Speech Magenta. HEX triplet: F2, 58 and E5. RGB value is (242,88,229). Sum of RGB (Red+Green+Blue) = 242+88+229=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F258E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258E5 is #0DA71A. Grayscale: #959595. Windows color (decimal): -894747 or 15030514. OLE color: 15030514.

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

Color convert

RGB 242 88 229 -
CMYK 0 0.64 0.05 0.05
HSL 305.06º 0.86% 0.65% -
HSV(B) 305.06º 0.64% 0.95% -
XYZ 54.25 31.51 77.35 -
YUV 150.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 242 88 229 0 0.64 0.05 0.05 305.06 0.86 0.65
Hex F2 58 E5 0 40 5 5 131 56 41
Octal 362 130 345 0 100 5 5 461 126 101
Binary 11110010 1011000 11100101 0 1000000 101 101 100110001 1010110 1000001

Color Harmonies of #F258E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258E5

Black with #F258E5

Text Example


Text Example

White with #F258E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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