Html Css Color HEX #F74FDB Free Speech Magenta

📋 copy color: '#F74FDB'

red 247 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #F74FDB

Tints of Free Speech Magenta #F74FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 45.32%
G = 14.5%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F74FDB (or 0xF74FDB) is known color: Free Speech Magenta. HEX triplet: F7, 4F and DB. RGB value is (247,79,219). Sum of RGB (Red+Green+Blue) = 247+79+219=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FDB is #08B024. Grayscale: #909090. Windows color (decimal): -569381 or 14372855. OLE color: 14372855.

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

Color convert

RGB 247 79 219 -
CMYK 0 0.68 0.11 0.03
HSL 310º 0.91% 0.64% -
HSV(B) 310º 0.68% 0.97% -
XYZ 53.94 30.48 70.06 -
YUV 145.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 247 79 219 0 0.68 0.11 0.03 310 0.91 0.64
Hex F7 4F DB 0 44 B 3 136 5B 40
Octal 367 117 333 0 104 13 3 466 133 100
Binary 11110111 1001111 11011011 0 1000100 1011 11 100110110 1011011 1000000

Color Harmonies of #F74FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FDB

Black with #F74FDB

Text Example


Text Example

White with #F74FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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