Html Css Color HEX #F051C7 Free Speech Magenta

📋 copy color: '#F051C7'

red 240 ◦ green 81 ◦ blue 199

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

Shades of Free Speech Magenta #F051C7

Tints of Free Speech Magenta #F051C7

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

 GREEN value IS 81 (32.03% from 255) = 15.58%

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 46.15%
G = 15.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F051C7 (or 0xF051C7) is known color: Free Speech Magenta. HEX triplet: F0, 51 and C7. RGB value is (240,81,199). Sum of RGB (Red+Green+Blue) = 240+81+199=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F051C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051C7 is #0FAE38. Grayscale: #8D8D8D. Windows color (decimal): -1027641 or 13062640. OLE color: 13062640.

HSL color Cylindrical-coordinate representation of color #F051C7: hue angle of 315.47º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051C7 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 199 -
CMYK 0 0.66 0.17 0.06
HSL 315.47º 0.84% 0.63% -
HSV(B) 315.47º 0.66% 0.94% -
XYZ 49.19 28.53 56.95 -
YUV 141.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 240 81 199 0 0.66 0.17 0.06 315.47 0.84 0.63
Hex F0 51 C7 0 42 11 6 13B 54 3F
Octal 360 121 307 0 102 21 6 473 124 77
Binary 11110000 1010001 11000111 0 1000010 10001 110 100111011 1010100 111111

Color Harmonies of #F051C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051C7

Black with #F051C7

Text Example


Text Example

White with #F051C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051C7; }

 p { color: rgb(240,81,199); }

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

background-color css

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

 a { background-color: rgb(240,81,199); }

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

border-color css

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

 span { border-color: rgb(240,81,199); }

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