Html Css Color HEX #F348D6 Free Speech Magenta

📋 copy color: '#F348D6'

red 243 ◦ green 72 ◦ blue 214

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

Shades of Free Speech Magenta #F348D6

Tints of Free Speech Magenta #F348D6

RGB

 RED value IS 243 (95.31% from 255) = 45.94%

 GREEN value IS 72 (28.52% from 255) = 13.61%

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 45.94%
G = 13.61%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F348D6 (or 0xF348D6) is known color: Free Speech Magenta. HEX triplet: F3, 48 and D6. RGB value is (243,72,214). Sum of RGB (Red+Green+Blue) = 243+72+214=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F348D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348D6 is #0CB729. Grayscale: #8A8A8A. Windows color (decimal): -833322 or 14043379. OLE color: 14043379.

HSL color Cylindrical-coordinate representation of color #F348D6: hue angle of 310.18º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348D6 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 214 -
CMYK 0 0.70 0.12 0.05
HSL 310.18º 0.88% 0.62% -
HSV(B) 310.18º 0.7% 0.95% -
XYZ 51.42 28.54 66.42 -
YUV 139.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 243 72 214 0 0.70 0.12 0.05 310.18 0.88 0.62
Hex F3 48 D6 0 46 C 5 136 58 3E
Octal 363 110 326 0 106 14 5 466 130 76
Binary 11110011 1001000 11010110 0 1000110 1100 101 100110110 1011000 111110

Color Harmonies of #F348D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348D6

Black with #F348D6

Text Example


Text Example

White with #F348D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348D6; }

 p { color: rgb(243,72,214); }

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

background-color css

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

 a { background-color: rgb(243,72,214); }

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

border-color css

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

 span { border-color: rgb(243,72,214); }

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