Html Css Color HEX #F259DF Free Speech Magenta

📋 copy color: '#F259DF'

red 242 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #F259DF

Tints of Free Speech Magenta #F259DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 43.68%
G = 16.06%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F259DF (or 0xF259DF) is known color: Free Speech Magenta. HEX triplet: F2, 59 and DF. RGB value is (242,89,223). Sum of RGB (Red+Green+Blue) = 242+89+223=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F259DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259DF is #0DA620. Grayscale: #959595. Windows color (decimal): -894497 or 14637554. OLE color: 14637554.

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

Color convert

RGB 242 89 223 -
CMYK 0 0.63 0.08 0.05
HSL 307.45º 0.85% 0.65% -
HSV(B) 307.45º 0.63% 0.95% -
XYZ 53.51 31.35 73.04 -
YUV 150.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 242 89 223 0 0.63 0.08 0.05 307.45 0.85 0.65
Hex F2 59 DF 0 3F 8 5 133 55 41
Octal 362 131 337 0 77 10 5 463 125 101
Binary 11110010 1011001 11011111 0 111111 1000 101 100110011 1010101 1000001

Color Harmonies of #F259DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259DF

Black with #F259DF

Text Example


Text Example

White with #F259DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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