Html Css Color HEX #F259D8 Free Speech Magenta

📋 copy color: '#F259D8'

red 242 ◦ green 89 ◦ blue 216

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

Shades of Free Speech Magenta #F259D8

Tints of Free Speech Magenta #F259D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 44.24%
G = 16.27%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F259D8 (or 0xF259D8) is known color: Free Speech Magenta. HEX triplet: F2, 59 and D8. RGB value is (242,89,216). Sum of RGB (Red+Green+Blue) = 242+89+216=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F259D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259D8 is #0DA627. Grayscale: #949494. Windows color (decimal): -894504 or 14178802. OLE color: 14178802.

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

Color convert

RGB 242 89 216 -
CMYK 0 0.63 0.11 0.05
HSL 310.2º 0.85% 0.65% -
HSV(B) 310.2º 0.63% 0.95% -
XYZ 52.59 30.98 68.17 -
YUV 149.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 242 89 216 0 0.63 0.11 0.05 310.2 0.85 0.65
Hex F2 59 D8 0 3F B 5 136 55 41
Octal 362 131 330 0 77 13 5 466 125 101
Binary 11110010 1011001 11011000 0 111111 1011 101 100110110 1010101 1000001

Color Harmonies of #F259D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259D8

Black with #F259D8

Text Example


Text Example

White with #F259D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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