Html Css Color HEX #F14CDF Free Speech Magenta

📋 copy color: '#F14CDF'

red 241 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Magenta #F14CDF

Tints of Free Speech Magenta #F14CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.07%

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

R = 44.63%
G = 14.07%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F14CDF (or 0xF14CDF) is known color: Free Speech Magenta. HEX triplet: F1, 4C and DF. RGB value is (241,76,223). Sum of RGB (Red+Green+Blue) = 241+76+223=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CDF is #0EB320. Grayscale: #8D8D8D. Windows color (decimal): -963361 or 14634225. OLE color: 14634225.

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

Color convert

RGB 241 76 223 -
CMYK 0 0.68 0.07 0.05
HSL 306.55º 0.85% 0.62% -
HSV(B) 306.55º 0.68% 0.95% -
XYZ 52.18 29.2 72.7 -
YUV 142.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 241 76 223 0 0.68 0.07 0.05 306.55 0.85 0.62
Hex F1 4C DF 0 44 7 5 133 55 3E
Octal 361 114 337 0 104 7 5 463 125 76
Binary 11110001 1001100 11011111 0 1000100 111 101 100110011 1010101 111110

Color Harmonies of #F14CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CDF

Black with #F14CDF

Text Example


Text Example

White with #F14CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CDF; }

 p { color: rgb(241,76,223); }

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

background-color css

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

 a { background-color: rgb(241,76,223); }

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

border-color css

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

 span { border-color: rgb(241,76,223); }

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