Html Css Color HEX #F259CF Free Speech Magenta

📋 copy color: '#F259CF'

red 242 ◦ green 89 ◦ blue 207

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

Shades of Free Speech Magenta #F259CF

Tints of Free Speech Magenta #F259CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 44.98%
G = 16.54%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F259CF (or 0xF259CF) is known color: Free Speech Magenta. HEX triplet: F2, 59 and CF. RGB value is (242,89,207). Sum of RGB (Red+Green+Blue) = 242+89+207=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F259CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259CF is #0DA630. Grayscale: #939393. Windows color (decimal): -894513 or 13588978. OLE color: 13588978.

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

Color convert

RGB 242 89 207 -
CMYK 0 0.63 0.14 0.05
HSL 313.73º 0.85% 0.65% -
HSV(B) 313.73º 0.63% 0.95% -
XYZ 51.45 30.53 62.21 -
YUV 148.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 242 89 207 0 0.63 0.14 0.05 313.73 0.85 0.65
Hex F2 59 CF 0 3F E 5 13A 55 41
Octal 362 131 317 0 77 16 5 472 125 101
Binary 11110010 1011001 11001111 0 111111 1110 101 100111010 1010101 1000001

Color Harmonies of #F259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259CF

Black with #F259CF

Text Example


Text Example

White with #F259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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