Html Css Color HEX #F259DC Free Speech Magenta

📋 copy color: '#F259DC'

red 242 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #F259DC

Tints of Free Speech Magenta #F259DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.15%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 43.92%
G = 16.15%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F259DC (or 0xF259DC) is known color: Free Speech Magenta. HEX triplet: F2, 59 and DC. RGB value is (242,89,220). Sum of RGB (Red+Green+Blue) = 242+89+220=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F259DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259DC is #0DA623. Grayscale: #959595. Windows color (decimal): -894500 or 14440946. OLE color: 14440946.

HSL color Cylindrical-coordinate representation of color #F259DC: hue angle of 308.63º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259DC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 220 -
CMYK 0 0.63 0.09 0.05
HSL 308.63º 0.85% 0.65% -
HSV(B) 308.63º 0.63% 0.95% -
XYZ 53.11 31.19 70.93 -
YUV 149.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 242 89 220 0 0.63 0.09 0.05 308.63 0.85 0.65
Hex F2 59 DC 0 3F 9 5 135 55 41
Octal 362 131 334 0 77 11 5 465 125 101
Binary 11110010 1011001 11011100 0 111111 1001 101 100110101 1010101 1000001

Color Harmonies of #F259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259DC

Black with #F259DC

Text Example


Text Example

White with #F259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259DC; }

 p { color: rgb(242,89,220); }

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

background-color css

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

 a { background-color: rgb(242,89,220); }

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

border-color css

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

 span { border-color: rgb(242,89,220); }

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