Html Css Color HEX #F047E4 Free Speech Magenta

📋 copy color: '#F047E4'

red 240 ◦ green 71 ◦ blue 228

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

Shades of Free Speech Magenta #F047E4

Tints of Free Speech Magenta #F047E4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.17%

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 44.53%
G = 13.17%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F047E4 (or 0xF047E4) is known color: Free Speech Magenta. HEX triplet: F0, 47 and E4. RGB value is (240,71,228). Sum of RGB (Red+Green+Blue) = 240+71+228=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 71 (28.12% from 255 or 13.17% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F047E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047E4 is #0FB81B. Grayscale: #8A8A8A. Windows color (decimal): -1030172 or 14960624. OLE color: 14960624.

HSL color Cylindrical-coordinate representation of color #F047E4: hue angle of 304.26º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047E4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 228 -
CMYK 0 0.70 0.05 0.06
HSL 304.26º 0.85% 0.61% -
HSV(B) 304.26º 0.7% 0.94% -
XYZ 52.19 28.63 76.17 -
YUV 139.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 240 71 228 0 0.70 0.05 0.06 304.26 0.85 0.61
Hex F0 47 E4 0 46 5 6 130 55 3D
Octal 360 107 344 0 106 5 6 460 125 75
Binary 11110000 1000111 11100100 0 1000110 101 110 100110000 1010101 111101

Color Harmonies of #F047E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047E4

Black with #F047E4

Text Example


Text Example

White with #F047E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047E4; }

 p { color: rgb(240,71,228); }

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

background-color css

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

 a { background-color: rgb(240,71,228); }

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

border-color css

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

 span { border-color: rgb(240,71,228); }

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