Html Css Color HEX #F258D1 Free Speech Magenta

📋 copy color: '#F258D1'

red 242 ◦ green 88 ◦ blue 209

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

Shades of Free Speech Magenta #F258D1

Tints of Free Speech Magenta #F258D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 44.9%
G = 16.33%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F258D1 (or 0xF258D1) is known color: Free Speech Magenta. HEX triplet: F2, 58 and D1. RGB value is (242,88,209). Sum of RGB (Red+Green+Blue) = 242+88+209=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F258D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258D1 is #0DA72E. Grayscale: #939393. Windows color (decimal): -894767 or 13719794. OLE color: 13719794.

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

Color convert

RGB 242 88 209 -
CMYK 0 0.64 0.14 0.05
HSL 312.86º 0.86% 0.65% -
HSV(B) 312.86º 0.64% 0.95% -
XYZ 51.62 30.46 63.48 -
YUV 147.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 242 88 209 0 0.64 0.14 0.05 312.86 0.86 0.65
Hex F2 58 D1 0 40 E 5 139 56 41
Octal 362 130 321 0 100 16 5 471 126 101
Binary 11110010 1011000 11010001 0 1000000 1110 101 100111001 1010110 1000001

Color Harmonies of #F258D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258D1

Black with #F258D1

Text Example


Text Example

White with #F258D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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