Html Css Color HEX #F74ADD Free Speech Magenta

📋 copy color: '#F74ADD'

red 247 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #F74ADD

Tints of Free Speech Magenta #F74ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.65%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 45.57%
G = 13.65%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F74ADD (or 0xF74ADD) is known color: Free Speech Magenta. HEX triplet: F7, 4A and DD. RGB value is (247,74,221). Sum of RGB (Red+Green+Blue) = 247+74+221=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ADD is #08B522. Grayscale: #8E8E8E. Windows color (decimal): -570659 or 14502647. OLE color: 14502647.

HSL color Cylindrical-coordinate representation of color #F74ADD: hue angle of 309.02º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74ADD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 221 -
CMYK 0 0.70 0.11 0.03
HSL 309.02º 0.92% 0.63% -
HSV(B) 309.02º 0.7% 0.97% -
XYZ 53.86 29.89 71.34 -
YUV 142.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 247 74 221 0 0.70 0.11 0.03 309.02 0.92 0.63
Hex F7 4A DD 0 46 B 3 135 5C 3F
Octal 367 112 335 0 106 13 3 465 134 77
Binary 11110111 1001010 11011101 0 1000110 1011 11 100110101 1011100 111111

Color Harmonies of #F74ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ADD

Black with #F74ADD

Text Example


Text Example

White with #F74ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ADD; }

 p { color: rgb(247,74,221); }

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

background-color css

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

 a { background-color: rgb(247,74,221); }

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

border-color css

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

 span { border-color: rgb(247,74,221); }

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