Html Css Color HEX #F74DDF Free Speech Magenta

📋 copy color: '#F74DDF'

red 247 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #F74DDF

Tints of Free Speech Magenta #F74DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.08%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 45.16%
G = 14.08%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F74DDF (or 0xF74DDF) is known color: Free Speech Magenta. HEX triplet: F7, 4D and DF. RGB value is (247,77,223). Sum of RGB (Red+Green+Blue) = 247+77+223=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DDF is #08B220. Grayscale: #909090. Windows color (decimal): -569889 or 14634487. OLE color: 14634487.

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

Color convert

RGB 247 77 223 -
CMYK 0 0.69 0.10 0.03
HSL 308.47º 0.91% 0.64% -
HSV(B) 308.47º 0.69% 0.97% -
XYZ 54.33 30.41 72.82 -
YUV 144.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 247 77 223 0 0.69 0.10 0.03 308.47 0.91 0.64
Hex F7 4D DF 0 45 A 3 134 5B 40
Octal 367 115 337 0 105 12 3 464 133 100
Binary 11110111 1001101 11011111 0 1000101 1010 11 100110100 1011011 1000000

Color Harmonies of #F74DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DDF

Black with #F74DDF

Text Example


Text Example

White with #F74DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DDF; }

 p { color: rgb(247,77,223); }

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

background-color css

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

 a { background-color: rgb(247,77,223); }

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

border-color css

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

 span { border-color: rgb(247,77,223); }

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