Html Css Color HEX #F74FEA Free Speech Magenta

📋 copy color: '#F74FEA'

red 247 ◦ green 79 ◦ blue 234

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

Shades of Free Speech Magenta #F74FEA

Tints of Free Speech Magenta #F74FEA

RGB

 RED value IS 247 (96.88% from 255) = 44.11%

 GREEN value IS 79 (31.25% from 255) = 14.11%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 44.11%
G = 14.11%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F74FEA (or 0xF74FEA) is known color: Free Speech Magenta. HEX triplet: F7, 4F and EA. RGB value is (247,79,234). Sum of RGB (Red+Green+Blue) = 247+79+234=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 79 (31.25% from 255 or 14.11% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FEA is #08B015. Grayscale: #929292. Windows color (decimal): -569366 or 15355895. OLE color: 15355895.

HSL color Cylindrical-coordinate representation of color #F74FEA: hue angle of 304.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FEA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 234 -
CMYK 0 0.68 0.05 0.03
HSL 304.64º 0.91% 0.64% -
HSV(B) 304.64º 0.68% 0.97% -
XYZ 56.01 31.31 80.93 -
YUV 146.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 247 79 234 0 0.68 0.05 0.03 304.64 0.91 0.64
Hex F7 4F EA 0 44 5 3 131 5B 40
Octal 367 117 352 0 104 5 3 461 133 100
Binary 11110111 1001111 11101010 0 1000100 101 11 100110001 1011011 1000000

Color Harmonies of #F74FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FEA

Black with #F74FEA

Text Example


Text Example

White with #F74FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FEA; }

 p { color: rgb(247,79,234); }

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

background-color css

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

 a { background-color: rgb(247,79,234); }

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

border-color css

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

 span { border-color: rgb(247,79,234); }

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