Html Css Color HEX #F258E1 Free Speech Magenta

📋 copy color: '#F258E1'

red 242 ◦ green 88 ◦ blue 225

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

Shades of Free Speech Magenta #F258E1

Tints of Free Speech Magenta #F258E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 43.6%
G = 15.86%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F258E1 (or 0xF258E1) is known color: Free Speech Magenta. HEX triplet: F2, 58 and E1. RGB value is (242,88,225). Sum of RGB (Red+Green+Blue) = 242+88+225=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F258E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258E1 is #0DA71E. Grayscale: #959595. Windows color (decimal): -894751 or 14768370. OLE color: 14768370.

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

Color convert

RGB 242 88 225 -
CMYK 0 0.64 0.07 0.05
HSL 306.62º 0.86% 0.65% -
HSV(B) 306.62º 0.64% 0.95% -
XYZ 53.7 31.29 74.44 -
YUV 149.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 242 88 225 0 0.64 0.07 0.05 306.62 0.86 0.65
Hex F2 58 E1 0 40 7 5 133 56 41
Octal 362 130 341 0 100 7 5 463 126 101
Binary 11110010 1011000 11100001 0 1000000 111 101 100110011 1010110 1000001

Color Harmonies of #F258E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258E1

Black with #F258E1

Text Example


Text Example

White with #F258E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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