Html Css Color HEX #F14DCB Free Speech Magenta

📋 copy color: '#F14DCB'

red 241 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Magenta #F14DCB

Tints of Free Speech Magenta #F14DCB

RGB

 RED value IS 241 (94.53% from 255) = 46.26%

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 46.26%
G = 14.78%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F14DCB (or 0xF14DCB) is known color: Free Speech Magenta. HEX triplet: F1, 4D and CB. RGB value is (241,77,203). Sum of RGB (Red+Green+Blue) = 241+77+203=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DCB is #0EB234. Grayscale: #8C8C8C. Windows color (decimal): -963125 or 13323761. OLE color: 13323761.

HSL color Cylindrical-coordinate representation of color #F14DCB: hue angle of 313.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DCB is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 203 -
CMYK 0 0.68 0.16 0.05
HSL 313.9º 0.85% 0.62% -
HSV(B) 313.9º 0.68% 0.95% -
XYZ 49.71 28.32 59.35 -
YUV 140.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 241 77 203 0 0.68 0.16 0.05 313.9 0.85 0.62
Hex F1 4D CB 0 44 10 5 13A 55 3E
Octal 361 115 313 0 104 20 5 472 125 76
Binary 11110001 1001101 11001011 0 1000100 10000 101 100111010 1010101 111110

Color Harmonies of #F14DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DCB

Black with #F14DCB

Text Example


Text Example

White with #F14DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DCB; }

 p { color: rgb(241,77,203); }

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

background-color css

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

 a { background-color: rgb(241,77,203); }

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

border-color css

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

 span { border-color: rgb(241,77,203); }

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