Html Css Color HEX #F054C7 Free Speech Magenta

📋 copy color: '#F054C7'

red 240 ◦ green 84 ◦ blue 199

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

Shades of Free Speech Magenta #F054C7

Tints of Free Speech Magenta #F054C7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.06%

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

R = 45.89%
G = 16.06%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F054C7 (or 0xF054C7) is known color: Free Speech Magenta. HEX triplet: F0, 54 and C7. RGB value is (240,84,199). Sum of RGB (Red+Green+Blue) = 240+84+199=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C7 is #0FAB38. Grayscale: #8F8F8F. Windows color (decimal): -1026873 or 13063408. OLE color: 13063408.

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

Color convert

RGB 240 84 199 -
CMYK 0 0.65 0.17 0.06
HSL 315.77º 0.84% 0.64% -
HSV(B) 315.77º 0.65% 0.94% -
XYZ 49.41 28.99 57.02 -
YUV 143.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 240 84 199 0 0.65 0.17 0.06 315.77 0.84 0.64
Hex F0 54 C7 0 41 11 6 13C 54 40
Octal 360 124 307 0 101 21 6 474 124 100
Binary 11110000 1010100 11000111 0 1000001 10001 110 100111100 1010100 1000000

Color Harmonies of #F054C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054C7

Black with #F054C7

Text Example


Text Example

White with #F054C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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