Html Css Color HEX #F74FDA Free Speech Magenta

📋 copy color: '#F74FDA'

red 247 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Magenta #F74FDA

Tints of Free Speech Magenta #F74FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 45.4%
G = 14.52%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F74FDA (or 0xF74FDA) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DA. RGB value is (247,79,218). Sum of RGB (Red+Green+Blue) = 247+79+218=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 79 (31.25% from 255 or 14.52% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDA is #08B025. Grayscale: #909090. Windows color (decimal): -569382 or 14307319. OLE color: 14307319.

HSL color Cylindrical-coordinate representation of color #F74FDA: hue angle of 310.36º 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 #F74FDA is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 218 -
CMYK 0 0.68 0.12 0.03
HSL 310.36º 0.91% 0.64% -
HSV(B) 310.36º 0.68% 0.97% -
XYZ 53.81 30.43 69.37 -
YUV 145.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 247 79 218 0 0.68 0.12 0.03 310.36 0.91 0.64
Hex F7 4F DA 0 44 C 3 136 5B 40
Octal 367 117 332 0 104 14 3 466 133 100
Binary 11110111 1001111 11011010 0 1000100 1100 11 100110110 1011011 1000000

Color Harmonies of #F74FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FDA

Black with #F74FDA

Text Example


Text Example

White with #F74FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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