Html Css Color HEX #F74BDB Free Speech Magenta

📋 copy color: '#F74BDB'

red 247 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #F74BDB

Tints of Free Speech Magenta #F74BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.86%

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

R = 45.66%
G = 13.86%
B = 40.48%

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

#F74BDB (or 0xF74BDB) is known color: Free Speech Magenta. HEX triplet: F7, 4B and DB. RGB value is (247,75,219). Sum of RGB (Red+Green+Blue) = 247+75+219=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BDB is #08B424. Grayscale: #8E8E8E. Windows color (decimal): -570405 or 14371831. OLE color: 14371831.

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

Color convert

RGB 247 75 219 -
CMYK 0 0.70 0.11 0.03
HSL 309.77º 0.91% 0.63% -
HSV(B) 309.77º 0.7% 0.97% -
XYZ 53.66 29.92 69.96 -
YUV 142.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 247 75 219 0 0.70 0.11 0.03 309.77 0.91 0.63
Hex F7 4B DB 0 46 B 3 136 5B 3F
Octal 367 113 333 0 106 13 3 466 133 77
Binary 11110111 1001011 11011011 0 1000110 1011 11 100110110 1011011 111111

Color Harmonies of #F74BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BDB

Black with #F74BDB

Text Example


Text Example

White with #F74BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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